Home
last modified time | relevance | path

Searched refs:getRTL (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dletsutil.h38 le_bool getRTL(const UnicodeString &text);
Dletsutil.cpp83 le_bool getRTL(const UnicodeString &text) in getRTL() function
Dcletest.c425 static le_bool getRTL(const LEUnicode *text, le_int32 charCount) in getRTL() function
474 …actual.glyphCount = le_layoutChars(engine, text, 0, charCount, charCount, getRTL(text, charCount),… in doTestCase()
Dgendata.cpp316 …glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, le… in main()
Dletest.cpp700 …phCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, succe… in DataDrivenTest()