Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/letest/
Dletsutil.h36 le_bool getRTL(const UnicodeString &text);
Dletsutil.cpp81 le_bool getRTL(const UnicodeString &text) in getRTL() function
Dcletest.c423 static le_bool getRTL(const LEUnicode *text, le_int32 charCount) in getRTL() function
472 …actual.glyphCount = le_layoutChars(engine, text, 0, charCount, charCount, getRTL(text, charCount),… in doTestCase()
Dgendata.cpp314 …glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, le… in main()
Dletest.cpp698 …phCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, succe… in DataDrivenTest()