]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/letest/letsutil.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
6 * Copyright (C) 1999-2014, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 *******************************************************************************
10 * file name: letsutil.h
12 * created on: 04/25/2006
13 * created by: Eric R. Mader
19 #include "unicode/utypes.h"
20 #include "unicode/unistr.h"
21 #include "unicode/ubidi.h"
23 #include "layout/LETypes.h"
24 #include "layout/LEScripts.h"
25 #include "layout/LayoutEngine.h"
26 #include "layout/LELanguages.h"
29 #include "OpenTypeLayoutEngine.h"
34 char *getCString(const UnicodeString
*uString
);
35 char *getCString(const LEUnicode16
*uChars
);
36 char *getUTF8String(const UnicodeString
*uString
);
37 void freeCString(char *cString
);
38 le_bool
getRTL(const UnicodeString
&text
);
39 le_int32
getLanguageCode(const char *lang
);