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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextDirection.h 31 enum TextDirection { RTL, LTR };
  /frameworks/base/core/java/android/util/
LayoutDirection.java 21 * or right-to-left (RTL). It can also be inherited (from a parent) or deduced from the default
37 public static final int RTL = 1;
  /libcore/luni/src/test/java/libcore/java/text/
OldBidiTest.java 76 String RTL = "\u05DC\u05DD";
78 String defText = LTR + newLine + RTL + LTR + RTL;
  /external/icu4c/common/
uscript_props.cpp 39 const int32_t RTL = 1 << 24;
48 0x0628 | RECOMMENDED | RTL, // Arab
65 0x05D0 | RECOMMENDED | RTL, // Hebr
80 0x0710 | LIMITED_USE | RTL, // Syrc
83 0x078C | RECOMMENDED | RTL, // Thaa
93 0x10800 | EXCLUSION | RTL, // Cprt
103 0x10A00 | EXCLUSION | RTL, // Khar
130 0x0840 | LIMITED_USE | RTL, // Mand
132 0x10980 | EXCLUSION | RTL, // Mero
133 0x07CA | LIMITED_USE | RTL, // Nko
    [all...]
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 46 public static final TextDirectionHeuristic RTL =
125 * Return true if the default text direction is rtl.
177 * Returns whether the range of text is RTL according to the algorithm.
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 39 public static final android.support.v4.text.TextDirectionHeuristicCompat RTL =
119 * Return true if the default text direction is rtl.
171 * Returns whether the range of text is RTL according to the algorithm.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 77 // This array should be aligned with the array RTL below.
105 private static final int[] RTL = {
139 LANGUAGE_ARABIC, RTL,
140 LANGUAGE_PERSIAN, RTL,
141 LANGUAGE_HEBREW, RTL,
145 if (DEFAULT.length != RTL.length || DEFAULT.length != ID_TO_NAME.length) {
  /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...]
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
lint-api.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 438 milliseconds