]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/letest/letsutil.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / letest / letsutil.h
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
73c04bcf
A
3/*
4 *******************************************************************************
5 *
b331163b 6 * Copyright (C) 1999-2014, International Business Machines
73c04bcf
A
7 * Corporation and others. All Rights Reserved.
8 *
9 *******************************************************************************
10 * file name: letsutil.h
11 *
12 * created on: 04/25/2006
13 * created by: Eric R. Mader
14 */
15
16#ifndef __LETSUTIL_H
17#define __LETSUTIL_H
18
19#include "unicode/utypes.h"
20#include "unicode/unistr.h"
21#include "unicode/ubidi.h"
22
23#include "layout/LETypes.h"
24#include "layout/LEScripts.h"
25#include "layout/LayoutEngine.h"
26#include "layout/LELanguages.h"
27
b331163b 28#ifndef USING_ICULEHB
73c04bcf 29#include "OpenTypeLayoutEngine.h"
b331163b 30#endif
73c04bcf
A
31
32#include "letest.h"
33
34char *getCString(const UnicodeString *uString);
46f4442e 35char *getCString(const LEUnicode16 *uChars);
73c04bcf
A
36char *getUTF8String(const UnicodeString *uString);
37void freeCString(char *cString);
38le_bool getRTL(const UnicodeString &text);
39le_int32 getLanguageCode(const char *lang);
40
41#endif