Home
last modified time | relevance | path

Searched defs:RTL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextDirection.h31 enum TextDirection { RTL, LTR }; enumerator
/external/icu4c/common/
Duscript_props.cpp39 const int32_t RTL = 1 << 24; variable
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DBidiTest.java946 String RTL = "\u05DC\u05DD"; in testGetRuns() local