HomeSort by relevance Sort by last modified time
    Searched defs:RTL (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/text/
TextDirection.h 31 enum TextDirection { RTL, LTR };
  /libcore/luni/src/test/java/libcore/java/text/
OldBidiTest.java 76 String RTL = "\u05DC\u05DD";
78 String defText = LTR + newLine + RTL + LTR + RTL;
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 35 public static final TextDirectionHeuristic RTL =
87 * Return true if the default text direction is rtl.
164 * Returns whether the range of text is RTL according to the algorithm.
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BidiTest.java 946 String RTL = "\u05DC\u05DD";
948 String defText = LTR + newLine + RTL + LTR + RTL;
    [all...]

Completed in 546 milliseconds