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

1 2 3 4 5 6 7 8 91011

  /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
43 public static final int RTL = 1;
  /external/tensorflow/tensorflow/python/debug/cli/
curses_widgets_test.py 25 RTL = debugger_cli_common.RichTextLines
55 nav_history.add_item("foo", RTL(["bar"]), 0)
70 nav_history.add_item("foo", RTL(["foo_output"]), 0)
71 nav_history.add_item("bar", RTL(["bar_output"]), 0)
78 nav_history.add_item("baz", RTL(["baz_output"]), 0)
97 nav_history.add_item("foo", RTL(["foo_output"]), 0)
98 nav_history.add_item("bar", RTL(["bar_output"]), 0)
101 nav_history.add_item("baz", RTL(["baz_output"]), 0)
115 nav_history.add_item("foo", RTL(["foo_out", "more_foo_out"]), 0)
116 nav_history.add_item("bar", RTL(["bar_out", "more_bar_out"]), 0
    [all...]
  /external/icu/icu4c/source/common/
uscript_props.cpp 40 const int32_t RTL = 1 << 24;
49 0x0628 | RECOMMENDED | RTL, // Arab
66 0x05D0 | RECOMMENDED | RTL, // Hebr
81 0x0710 | LIMITED_USE | RTL, // Syrc
84 0x078C | RECOMMENDED | RTL, // Thaa
94 0x10800 | EXCLUSION | RTL, // Cprt
104 0x10A00 | EXCLUSION | RTL, // Khar
123 0x10CA1 | EXCLUSION | RTL | CASED, // Hung
131 0x0840 | LIMITED_USE | RTL, // Mand
133 0x10980 | EXCLUSION | RTL, // Mer
    [all...]
ubiditransform.cpp 28 #define RTL UBIDI_RTL
175 * Sets "runs only" reordering mode indicating a Logical LTR <-> Logical RTL
335 /* 1: Logical RTL => Visual LTR */
336 {RTL, LOGICAL, LTR, VISUAL, SHAPE_LOGICAL, SHAPE_VISUAL, RTL,
338 /* 2: Logical LTR => Visual RTL */
339 {LTR, LOGICAL, RTL, VISUAL, SHAPE_LOGICAL, SHAPE_LOGICAL, LTR,
341 /* 3: Logical RTL => Visual RTL */
342 {RTL, LOGICAL, RTL, VISUAL, SHAPE_LOGICAL, SHAPE_VISUAL, RTL
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
MeasuredParagraphTest.java 36 private static final TextDirectionHeuristic RTL = TextDirectionHeuristics.RTL;
78 MeasuredParagraph mt2 = MeasuredParagraph.buildForBidi("_VVV_", 1, 4, RTL, mt);
113 MeasuredParagraph.buildForMeasurement(PAINT, "_VVV_", 1, 4, RTL, mt);
150 MeasuredParagraph.buildForStaticLayout(PAINT, "_VVV_", 1, 4, RTL, false, false, mt);
168 MeasuredParagraph.buildForMeasurement(PAINT, "X?", 0, 2, RTL, null);
  /frameworks/minikin/include/minikin/
Layout.h 52 RTL = 0b0001, // Must be same with Paint.BIDI_RTL
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 46 public static final TextDirectionHeuristic RTL =
84 /* Returns STATE_TRUE for strong RTL characters, STATE_FALSE for strong LTR characters, and
104 // Unassigned RTL character
143 * Return true if the default text direction is rtl.
195 * Returns whether the range of text is RTL according to the algorithm.
  /frameworks/support/compat/src/main/java/androidx/core/text/
TextDirectionHeuristicsCompat.java 39 public static final androidx.core.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.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Bidi.java 73 * <li>{@link #RTL}
105 * just like with normal LTR and RTL level values -
415 * renderParagraph("Some Hebrew text...", Bidi.RTL, null, 0, 60);
442 * direction. The direction of the result string will be RTL if either
443 * the righmost or leftmost strong character of the source text is RTL
468 * direction. The direction of the result string will be RTL if either
469 * the righmost or leftmost strong character of the source text is RTL
525 public static final byte RTL = 1;
535 * keep combining characters after their base characters in RTL runs
544 * replace characters with the "mirrored" property in RTL run
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BidiTest.java 946 String RTL = "\u05DC\u05DD";
948 String defText = LTR + newLine + RTL + LTR + RTL;
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScript.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScript.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 81 * <li>{@link #RTL}
114 * just like with normal LTR and RTL level values -
423 * renderParagraph("Some Hebrew text...", Bidi.RTL, null, 0, 60);
482 * like text that is entirely LTR, or RTL text without numbers.
486 * any LTR characters or any RTL characters, or both, whether
573 * direction. The direction of the result string will be RTL if either
574 * the rightmost or leftmost strong character of the source text is RTL
598 * direction. The direction of the result string will be RTL if either
599 * the rightmost or leftmost strong character of the source text is RTL
665 public static final byte RTL = 1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 80 * <li>{@link #RTL}
113 * just like with normal LTR and RTL level values -
422 * renderParagraph("Some Hebrew text...", Bidi.RTL, null, 0, 60);
481 * like text that is entirely LTR, or RTL text without numbers.
485 * any LTR characters or any RTL characters, or both, whether
572 * direction. The direction of the result string will be RTL if either
573 * the rightmost or leftmost strong character of the source text is RTL
598 * direction. The direction of the result string will be RTL if either
599 * the rightmost or leftmost strong character of the source text is RTL
671 public static final byte RTL = 1
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.0/
layoutlib-api-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.1/
layoutlib-api-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.2/
layoutlib-api-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.4/
layoutlib-api-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.5/
layoutlib-api-23.2.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.8/
layoutlib-api-23.2.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/24.0.0/
layoutlib-api-24.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/24.0.1/
layoutlib-api-24.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/24.1.0/
layoutlib-api-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/24.1.3/
layoutlib-api-24.1.3.jar 

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011