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

/external/icu/icu4c/source/test/letest/
H A Dletsutil.h38 le_bool getRTL(const UnicodeString &text);
H A Dletsutil.cpp83 le_bool getRTL(const UnicodeString &text) function
H A Dgendata.cpp316 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
H A Dcletest.c425 static le_bool getRTL(const LEUnicode *text, le_int32 charCount) function
474 actual.glyphCount = le_layoutChars(engine, text, 0, charCount, charCount, getRTL(text, charCount), 0, 0, &status);
H A Dletest.cpp700 actual.glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, success);

Completed in 131 milliseconds