]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/UnicodeReader.h
2 ******************************************************************************
3 * © 2016 and later: Unicode, Inc. and others. *
4 * License & terms of use: http://www.unicode.org/copyright.html#License *
5 ******************************************************************************
6 ******************************************************************************
7 * Copyright (C) 1998-2001, International Business Machines Corporation and *
8 * others. All Rights Reserved. *
9 ******************************************************************************
12 #ifndef __UNICODEREADER_H
13 #define __UNICODEREADER_H
15 #include "unicode/utypes.h"
17 #include "GUISupport.h"
32 static const UChar
*readFile(const char *fileName
, GUISupport
*guiSupport
, int32_t &charCount
);