Home
last modified time | relevance | path

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

/external/icu4c/test/letest/
Dletsutil.h34 le_bool getRTL(const UnicodeString &text);
Dletsutil.cpp79 le_bool getRTL(const UnicodeString &text) in getRTL() function
Dcletest.c421 static le_bool getRTL(const LEUnicode *text, le_int32 charCount) in getRTL() function
470 …actual.glyphCount = le_layoutChars(engine, text, 0, charCount, charCount, getRTL(text, charCount),… in doTestCase()
Dgendata.cpp257 …glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, le… in main()
Dletest.cpp697 …phCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, succe… in DataDrivenTest()