HomeSort by relevance Sort by last modified time
    Searched refs:getRTL (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/letest/
letsutil.h 34 le_bool getRTL(const UnicodeString &text);
letsutil.cpp 79 le_bool getRTL(const UnicodeString &text)
gendata.cpp 257 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
cletest.c 421 static le_bool getRTL(const LEUnicode *text, le_int32 charCount)
470 actual.glyphCount = le_layoutChars(engine, text, 0, charCount, charCount, getRTL(text, charCount), 0, 0, &status);
letest.cpp 697 actual.glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, success);
    [all...]

Completed in 102 milliseconds