OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRTL
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/test/letest/
letsutil.h
36
le_bool
getRTL
(const UnicodeString &text);
letsutil.cpp
81
le_bool
getRTL
(const UnicodeString &text)
gendata.cpp
314
glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount,
getRTL
(text), 0, 0, leStatus);
cletest.c
423
static le_bool
getRTL
(const LEUnicode *text, le_int32 charCount)
472
actual.glyphCount = le_layoutChars(engine, text, 0, charCount, charCount,
getRTL
(text, charCount), 0, 0, &status);
letest.cpp
698
actual.glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount,
getRTL
(text), 0, 0, success);
[
all
...]
Completed in 60 milliseconds