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

  /external/chromium_org/third_party/icu/source/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...]
  /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 3821 milliseconds