xref: /aosp_15_r20/external/cronet/third_party/icu/source/samples/layout/ucreader.h (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1 /*
2  *
3  * © 2016 and later: Unicode, Inc. and others.
4  * License & terms of use: http://www.unicode.org/copyright.html
5  *
6  * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
7  *
8  */
9 
10 #ifndef __UCREADER_H
11 #define __UCREADER_H
12 
13 #include "unicode/utypes.h"
14 #include "gsupport.h"
15 
16 U_CDECL_BEGIN
17 
18 const char16_t *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
19 
20 U_CDECL_END
21 
22 #endif
23