Searched refs:RTL (Results 1 - 25 of 39) sorted by relevance

12

/external/icu/icu4c/source/common/
H A Duscript_props.cpp40 const int32_t RTL = 1 << 24; member in namespace:__anon7425
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...]
H A Dubiditransform.c28 #define RTL UBIDI_RTL macro
174 * Sets "runs only" reordering mode indicating a Logical LTR <-> Logical RTL
333 /* 1: Logical RTL => Visual LTR */
334 {RTL, LOGICAL, LTR, VISUAL, SHAPE_LOGICAL, SHAPE_VISUAL, RTL,
336 /* 2: Logical LTR => Visual RTL */
337 {LTR, LOGICAL, RTL, VISUAL, SHAPE_LOGICAL, SHAPE_LOGICAL, LTR,
339 /* 3: Logical RTL => Visual RTL */
340 {RTL, LOGICA
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestContext.java52 /*10*/ new ContextCase("", ".-=abc-+*", "", "*+-abc=-.", Bidi.RTL),
53 /*11*/ new ContextCase(" ", ".-=abc-+*", " ", "*+-abc=-.", Bidi.RTL),
54 /*12*/ new ContextCase("D", ".-=abc-+*", "G", "*+-abc=-.", Bidi.RTL),
55 /*13*/ new ContextCase("x", ".-=abc-+*", "", "*+-.-=abc", Bidi.RTL),
56 /*14*/ new ContextCase("", ".-=abc-+*", " y", "abc-+*=-.", Bidi.RTL),
57 /*15*/ new ContextCase("", ".-=abc-+*", " 2", "abc-+*=-.", Bidi.RTL),
58 /*16*/ new ContextCase(" x 1", ".-=abc-+*", " 2", ".-=abc-+*", Bidi.RTL),
59 /*17*/ new ContextCase(" x 7", ".-=abc-+*", " 8", "*+-.-=abc", Bidi.RTL),
60 /*18*/ new ContextCase("x|", ".-=abc-+*", " 8", "*+-abc=-.", Bidi.RTL),
61 /*19*/ new ContextCase("G|y", ".-=abc-+*", " 8", "*+-.-=abc", Bidi.RTL),
[all...]
H A DTestBidiTransform.java70 Bidi.LTR, Bidi.RTL
116 { Bidi.LTR, Order.LOGICAL, Bidi.RTL, Order.LOGICAL,
120 "3: Logical LTR ==> Logical RTL" },
121 { Bidi.LTR, Order.LOGICAL, Bidi.RTL, Order.VISUAL,
125 "4: Logical LTR ==> Visual RTL" },
127 { Bidi.RTL, Order.LOGICAL, Bidi.RTL, Order.LOGICAL, inText,
130 "5: Logical RTL ==> Logical RTL" },
131 { Bidi.RTL, Orde
[all...]
H A DTestMultipleParagraphs.java46 Bidi.LTR, Bidi.RTL, Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_RTL, 22, 23
183 if (gotLevel != Bidi.RTL) {
185 gotLevel + ", expected = " + Bidi.RTL);
208 bidi.setPara(src, Bidi.RTL, null);
210 errln("Bidi.setPara failed, paraLevel = " + Bidi.RTL);
221 if (gotLevels[i] != Bidi.RTL) {
223 "), level = " + gotLevels[i] + ", expected = " + Bidi.RTL);
246 if ((gotLevel != Bidi.RTL) || (gotLevels[length - 1] != Bidi.RTL)) {
250 "expected = " + Bidi.RTL
[all...]
H A DTestFailureRecovery.java92 bidi.setPara("=2", Bidi.RTL, null);
110 bidi.setPara("\uD800\uDC00", Bidi.RTL, null);
H A DTestBidi.java274 do { /* RTL */
398 bidi.setPara("abc ", Bidi.RTL, null);
402 Bidi.RTL, bidiLine.getLevelAt(i));
405 bidi.setPara("abc def", Bidi.RTL, null);
409 Bidi.RTL, bidiLine.getLevelAt(i));
412 bidi.setPara("abcdefghi ", Bidi.RTL, null);
420 bidi.setPara("\u200eabc def", Bidi.RTL, null);
433 bidi.setPara(" ", Bidi.RTL, null);
437 bidi.setPara("a\u05d0 bc", Bidi.RTL, null);
517 bidi.setPara("ab \t", Bidi.RTL, nul
[all...]
H A DTestData.java216 Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_LTR, Bidi.RTL, Bidi.LTR, Bidi.RTL,
221 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED,
222 Bidi.RTL, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED,
223 Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.RTL,
228 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.LTR, Bidi.RTL, Bidi.RTL, Bidi.RTL,
230 Bidi.LTR, Bidi.LTR, Bidi.RTL,
[all...]
H A DTestStreaming.java72 static final byte[] paraLevels = { Bidi.LTR, Bidi.RTL };
H A DTestInverse.java145 /* reverse visual from RTL to LTR */
151 /* convert visual RTL to logical */
160 /* convert back to visual RTL */
265 bidi.setPara(" ", Bidi.RTL, null);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java51 /*10*/ new ContextCase("", ".-=abc-+*", "", "*+-abc=-.", Bidi.RTL),
52 /*11*/ new ContextCase(" ", ".-=abc-+*", " ", "*+-abc=-.", Bidi.RTL),
53 /*12*/ new ContextCase("D", ".-=abc-+*", "G", "*+-abc=-.", Bidi.RTL),
54 /*13*/ new ContextCase("x", ".-=abc-+*", "", "*+-.-=abc", Bidi.RTL),
55 /*14*/ new ContextCase("", ".-=abc-+*", " y", "abc-+*=-.", Bidi.RTL),
56 /*15*/ new ContextCase("", ".-=abc-+*", " 2", "abc-+*=-.", Bidi.RTL),
57 /*16*/ new ContextCase(" x 1", ".-=abc-+*", " 2", ".-=abc-+*", Bidi.RTL),
58 /*17*/ new ContextCase(" x 7", ".-=abc-+*", " 8", "*+-.-=abc", Bidi.RTL),
59 /*18*/ new ContextCase("x|", ".-=abc-+*", " 8", "*+-abc=-.", Bidi.RTL),
60 /*19*/ new ContextCase("G|y", ".-=abc-+*", " 8", "*+-.-=abc", Bidi.RTL),
[all...]
H A DTestBidiTransform.java69 Bidi.LTR, Bidi.RTL
115 { Bidi.LTR, Order.LOGICAL, Bidi.RTL, Order.LOGICAL,
119 "3: Logical LTR ==> Logical RTL" },
120 { Bidi.LTR, Order.LOGICAL, Bidi.RTL, Order.VISUAL,
124 "4: Logical LTR ==> Visual RTL" },
126 { Bidi.RTL, Order.LOGICAL, Bidi.RTL, Order.LOGICAL, inText,
129 "5: Logical RTL ==> Logical RTL" },
130 { Bidi.RTL, Orde
[all...]
H A DTestMultipleParagraphs.java45 Bidi.LTR, Bidi.RTL, Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_RTL, 22, 23
182 if (gotLevel != Bidi.RTL) {
184 gotLevel + ", expected = " + Bidi.RTL);
207 bidi.setPara(src, Bidi.RTL, null);
209 errln("Bidi.setPara failed, paraLevel = " + Bidi.RTL);
220 if (gotLevels[i] != Bidi.RTL) {
222 "), level = " + gotLevels[i] + ", expected = " + Bidi.RTL);
245 if ((gotLevel != Bidi.RTL) || (gotLevels[length - 1] != Bidi.RTL)) {
249 "expected = " + Bidi.RTL
[all...]
H A DTestFailureRecovery.java91 bidi.setPara("=2", Bidi.RTL, null);
109 bidi.setPara("\uD800\uDC00", Bidi.RTL, null);
H A DTestBidi.java273 do { /* RTL */
397 bidi.setPara("abc ", Bidi.RTL, null);
401 Bidi.RTL, bidiLine.getLevelAt(i));
404 bidi.setPara("abc def", Bidi.RTL, null);
408 Bidi.RTL, bidiLine.getLevelAt(i));
411 bidi.setPara("abcdefghi ", Bidi.RTL, null);
419 bidi.setPara("\u200eabc def", Bidi.RTL, null);
432 bidi.setPara(" ", Bidi.RTL, null);
436 bidi.setPara("a\u05d0 bc", Bidi.RTL, null);
516 bidi.setPara("ab \t", Bidi.RTL, nul
[all...]
H A DTestData.java215 Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_LTR, Bidi.RTL, Bidi.LTR, Bidi.RTL,
220 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED,
221 Bidi.RTL, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED,
222 Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.RTL,
227 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.LTR, Bidi.RTL, Bidi.RTL, Bidi.RTL,
229 Bidi.LTR, Bidi.LTR, Bidi.RTL,
[all...]
H A DTestStreaming.java71 static final byte[] paraLevels = { Bidi.LTR, Bidi.RTL };
H A DTestInverse.java144 /* reverse visual from RTL to LTR */
150 /* convert visual RTL to logical */
159 /* convert back to visual RTL */
264 bidi.setPara(" ", Bidi.RTL, null);
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUScript.java1089 private static final int RTL = 1 << 24; field in class:UScript.ScriptMetadata
1099 0x0628 | RECOMMENDED | RTL, // Arab
1116 0x05D0 | RECOMMENDED | RTL, // Hebr
1131 0x0710 | LIMITED_USE | RTL, // Syrc
1134 0x078C | RECOMMENDED | RTL, // Thaa
1144 0x10800 | EXCLUSION | RTL, // Cprt
1154 0x10A00 | EXCLUSION | RTL, // Khar
1173 0x10CA1 | EXCLUSION | RTL | CASED, // Hung
1181 0x0840 | LIMITED_USE | RTL, // Mand
1183 0x10980 | EXCLUSION | RTL, // Mer
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScript.java1278 private static final int RTL = 1 << 24; field in class:UScript.ScriptMetadata
1288 0x0628 | RECOMMENDED | RTL, // Arab
1305 0x05D0 | RECOMMENDED | RTL, // Hebr
1320 0x0710 | LIMITED_USE | RTL, // Syrc
1323 0x078C | RECOMMENDED | RTL, // Thaa
1333 0x10800 | EXCLUSION | RTL, // Cprt
1343 0x10A00 | EXCLUSION | RTL, // Khar
1362 0x10CA1 | EXCLUSION | RTL | CASED, // Hung
1370 0x0840 | LIMITED_USE | RTL, // Mand
1372 0x10980 | EXCLUSION | RTL, // Mer
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DBidi.java73 * <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; field in class:Bidi
535 * keep combining characters after their base characters in RTL runs
544 * replace characters with the "mirrored" property in RTL run
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiTransform.java25 * <li>{logical input, visual output}: unless the output direction is RTL,
29 * <code>Bidi#REORDER_DEFAULT</code>. Visual RTL mode is not supported by
32 * <li>{visual input, logical output}: unless the input direction is RTL,
35 * <code>{@link Bidi#REORDER_INVERSE_LIKE_DIRECT}</code>. Visual RTL mode
75 * the "mirrored" property in RTL runs should be replaced with their
148 * <li>{Logical RTL, Visual LTR}: this is equivalent to calling
150 * <code>paraLevel == {@link Bidi#RTL}</code>,</li>
154 * <li>{Logical Default ("Auto") RTL, Visual LTR}: this is equivalent to
161 * <li>{Visual LTR, Logical RTL}: this is equivalent to calling
164 * <code>paraLevel == {@link Bidi#RTL}</cod
[all...]
H A DBidi.java81 * <li>{@link #RTL}
114 * just like with normal LTR and RTL level values -
423 * 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
597 * direction. The direction of the result string will be RTL if either
598 * the rightmost or leftmost strong character of the source text is RTL
664 public static final byte RTL field in class:Bidi
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiTransform.java24 * <li>{logical input, visual output}: unless the output direction is RTL,
28 * <code>Bidi#REORDER_DEFAULT</code>. Visual RTL mode is not supported by
31 * <li>{visual input, logical output}: unless the input direction is RTL,
34 * <code>{@link Bidi#REORDER_INVERSE_LIKE_DIRECT}</code>. Visual RTL mode
77 * the "mirrored" property in RTL runs should be replaced with their
154 * <li>{Logical RTL, Visual LTR}: this is equivalent to calling
156 * <code>paraLevel == {@link Bidi#RTL}</code>,</li>
160 * <li>{Logical Default ("Auto") RTL, Visual LTR}: this is equivalent to
167 * <li>{Visual LTR, Logical RTL}: this is equivalent to calling
170 * <code>paraLevel == {@link Bidi#RTL}</cod
[all...]
H A DBidi.java80 * <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 field in class:Bidi
[all...]

Completed in 286 milliseconds

12