/third_party/icu/icu4c/source/common/ |
H A D | ubiditransform.cpp | 27 #define LTR UBIDI_LTR macro 137 * Performs basic reordering of text (Logical -> Visual LTR). 175 * Sets "runs only" reordering mode indicating a Logical LTR <-> Logical RTL 332 /* 0: Logical LTR => Visual LTR */ 333 {LTR, LOGICAL, LTR, VISUAL, SHAPE_LOGICAL, SHAPE_LOGICAL, LTR, 335 /* 1: Logical RTL => Visual LTR */ 336 {RTL, LOGICAL, LTR, VISUA [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ubiditransform.cpp | 27 #define LTR UBIDI_LTR macro 137 * Performs basic reordering of text (Logical -> Visual LTR). 175 * Sets "runs only" reordering mode indicating a Logical LTR <-> Logical RTL 332 /* 0: Logical LTR => Visual LTR */ 333 {LTR, LOGICAL, LTR, VISUAL, SHAPE_LOGICAL, SHAPE_LOGICAL, LTR, 335 /* 1: Logical RTL => Visual LTR */ 336 {RTL, LOGICAL, LTR, VISUA [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubiditransform.cpp | 27 #define LTR UBIDI_LTR macro 137 * Performs basic reordering of text (Logical -> Visual LTR). 175 * Sets "runs only" reordering mode indicating a Logical LTR <-> Logical RTL 332 /* 0: Logical LTR => Visual LTR */ 333 {LTR, LOGICAL, LTR, VISUAL, SHAPE_LOGICAL, SHAPE_LOGICAL, LTR, 335 /* 1: Logical RTL => Visual LTR */ 336 {RTL, LOGICAL, LTR, VISUA [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestBidiTransform.java | 72 Bidi.LTR, Bidi.RTL in autoDirectionTest() 108 { Bidi.LTR, Order.LOGICAL, Bidi.LTR, Order.LOGICAL, in allTransformOptionsTest() 112 "1: Logical LTR ==> Logical LTR" }, // message in allTransformOptionsTest() 113 { Bidi.LTR, Order.LOGICAL, Bidi.LTR, Order.VISUAL, in allTransformOptionsTest() 117 "2: Logical LTR ==> Visual LTR" }, in allTransformOptionsTest() 118 { Bidi.LTR, Orde in allTransformOptionsTest() [all...] |
H A D | TestContext.java | 41 /*00*/ new ContextCase("", "", "", "", Bidi.LTR), 42 /*01*/ new ContextCase("", ".-=JKL-+*", "", ".-=LKJ-+*", Bidi.LTR), 43 /*02*/ new ContextCase(" ", ".-=JKL-+*", " ", ".-=LKJ-+*", Bidi.LTR), 44 /*03*/ new ContextCase("a", ".-=JKL-+*", "b", ".-=LKJ-+*", Bidi.LTR), 45 /*04*/ new ContextCase("D", ".-=JKL-+*", "", "LKJ=-.-+*", Bidi.LTR), 46 /*05*/ new ContextCase("", ".-=JKL-+*", " D", ".-=*+-LKJ", Bidi.LTR), 47 /*06*/ new ContextCase("", ".-=JKL-+*", " 2", ".-=*+-LKJ", Bidi.LTR), 48 /*07*/ new ContextCase("", ".-=JKL-+*", " 7", ".-=*+-LKJ", Bidi.LTR), 49 /*08*/ new ContextCase(" G 1", ".-=JKL-+*", " H", "*+-LKJ=-.", Bidi.LTR), 50 /*09*/ new ContextCase("7", ".-=JKL-+*", " H", ".-=*+-LKJ", Bidi.LTR), [all...] |
H A D | TestData.java | 215 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, 223 Bidi.LTR, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.LTR 227 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.LTR, Bidi.RTL, Bidi.RTL, Bidi.RTL, 228 64, 64 , Bidi.LTR, Bidi.LTR, Bid [all...] |
H A D | TestBidi.java | 268 do { /* LTR */ in _testReordering() 387 bidi.setPara("", Bidi.LTR, null); in doMisc() 391 bidi.setPara("abc", Bidi.LTR, null); in doMisc() 423 bidi.setPara("abcdefghi", Bidi.LTR, null); in doMisc() 425 assertEquals("\nWrong direction #1", Bidi.LTR, bidiLine.getDirection()); in doMisc() 427 bidi.setPara("", Bidi.LTR, null); in doMisc() 457 bidi.setPara("", Bidi.LTR, null); in doMisc() 464 bidi.setPara("abc", Bidi.LTR, null); in doMisc() 469 bidi.setPara("abc\u200e", Bidi.LTR, null); in doMisc() 507 bidi.setPara("\u05d0 \t", Bidi.LTR, nul in doMisc() [all...] |
H A D | TestInverse.java | 120 bidi.setPara(src, Bidi.LTR, null); in _testInverseBidi() 133 /* convert back to visual LTR */ in _testInverseBidi() 138 bidi.setPara(logicalDest, Bidi.LTR, null); in _testInverseBidi() 144 /* reverse visual from RTL to LTR */ in _testInverseBidi() 152 bidi.setPara(visualLTR, Bidi.LTR, null); in _testInverseBidi() 161 bidi.setPara(logicalDest, Bidi.LTR, null); in _testInverseBidi() 248 bidi.setPara(text, Bidi.LTR, null); in _testManyAddedPoints()
|
H A D | TestReorderRunsOnly.java | 168 bidi.setPara((String)null, Bidi.LTR, null); in testReorderRunsOnly() 171 bidi.setPara((char[])null, Bidi.LTR, null); in testReorderRunsOnly() 174 bidi.setPara("", Bidi.LTR, null); in testReorderRunsOnly() 177 bidi.setPara(new char[0], Bidi.LTR, null); in testReorderRunsOnly()
|
H A D | TestMultipleParagraphs.java | 45 Bidi.LTR, Bidi.RTL, Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_RTL, 22, 23 94 bidi.setPara(text, Bidi.LTR, null); in testMultipleParagraphs() 96 errln("1st Bidi.setPara failed, paraLevel = " + Bidi.LTR); in testMultipleParagraphs() 122 bidi.setPara(src, Bidi.LTR, null); in testMultipleParagraphs() 124 errln("2nd Bidi.setPara failed, paraLevel = " + Bidi.LTR); in testMultipleParagraphs() 417 * with LTR strong char and ends with RTL strong char, with and without in testMultipleParagraphs() 432 bidi.setPara("ab\u05d1\u05d2\n\u05d3\u05d4123", Bidi.LTR, gotLevels); in testMultipleParagraphs()
|
H A D | TestFailureRecovery.java | 67 bidi.setPara("abc", Bidi.LTR, null); in testFailureRecovery() 84 bidi.setPara("abc", Bidi.LTR, null); in testFailureRecovery()
|
H A D | TestStreaming.java | 71 static final byte[] paraLevels = { Bidi.LTR, Bidi.RTL };
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestBidiTransform.java | 75 Bidi.LTR, Bidi.RTL in autoDirectionTest() 111 { Bidi.LTR, Order.LOGICAL, Bidi.LTR, Order.LOGICAL, in allTransformOptionsTest() 115 "1: Logical LTR ==> Logical LTR" }, // message in allTransformOptionsTest() 116 { Bidi.LTR, Order.LOGICAL, Bidi.LTR, Order.VISUAL, in allTransformOptionsTest() 120 "2: Logical LTR ==> Visual LTR" }, in allTransformOptionsTest() 121 { Bidi.LTR, Orde in allTransformOptionsTest() [all...] |
H A D | TestContext.java | 44 /*00*/ new ContextCase("", "", "", "", Bidi.LTR), 45 /*01*/ new ContextCase("", ".-=JKL-+*", "", ".-=LKJ-+*", Bidi.LTR), 46 /*02*/ new ContextCase(" ", ".-=JKL-+*", " ", ".-=LKJ-+*", Bidi.LTR), 47 /*03*/ new ContextCase("a", ".-=JKL-+*", "b", ".-=LKJ-+*", Bidi.LTR), 48 /*04*/ new ContextCase("D", ".-=JKL-+*", "", "LKJ=-.-+*", Bidi.LTR), 49 /*05*/ new ContextCase("", ".-=JKL-+*", " D", ".-=*+-LKJ", Bidi.LTR), 50 /*06*/ new ContextCase("", ".-=JKL-+*", " 2", ".-=*+-LKJ", Bidi.LTR), 51 /*07*/ new ContextCase("", ".-=JKL-+*", " 7", ".-=*+-LKJ", Bidi.LTR), 52 /*08*/ new ContextCase(" G 1", ".-=JKL-+*", " H", "*+-LKJ=-.", Bidi.LTR), 53 /*09*/ new ContextCase("7", ".-=JKL-+*", " H", ".-=*+-LKJ", Bidi.LTR), [all...] |
H A D | TestData.java | 218 Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_LTR, Bidi.RTL, Bidi.LTR, Bidi.RTL, 223 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, 226 Bidi.LTR, Bidi.MIXED, Bidi.MIXED, Bidi.MIXED, Bidi.LTR 230 Bidi.LTR, Bidi.RTL, Bidi.LTR, Bidi.LTR, Bidi.RTL, Bidi.RTL, Bidi.RTL, 231 64, 64 , Bidi.LTR, Bidi.LTR, Bid [all...] |
H A D | TestBidi.java | 271 do { /* LTR */ in _testReordering() 390 bidi.setPara("", Bidi.LTR, null); in doMisc() 394 bidi.setPara("abc", Bidi.LTR, null); in doMisc() 426 bidi.setPara("abcdefghi", Bidi.LTR, null); in doMisc() 428 assertEquals("\nWrong direction #1", Bidi.LTR, bidiLine.getDirection()); in doMisc() 430 bidi.setPara("", Bidi.LTR, null); in doMisc() 460 bidi.setPara("", Bidi.LTR, null); in doMisc() 467 bidi.setPara("abc", Bidi.LTR, null); in doMisc() 472 bidi.setPara("abc\u200e", Bidi.LTR, null); in doMisc() 510 bidi.setPara("\u05d0 \t", Bidi.LTR, nul in doMisc() [all...] |
H A D | TestInverse.java | 123 bidi.setPara(src, Bidi.LTR, null); in _testInverseBidi() 136 /* convert back to visual LTR */ in _testInverseBidi() 141 bidi.setPara(logicalDest, Bidi.LTR, null); in _testInverseBidi() 147 /* reverse visual from RTL to LTR */ in _testInverseBidi() 155 bidi.setPara(visualLTR, Bidi.LTR, null); in _testInverseBidi() 164 bidi.setPara(logicalDest, Bidi.LTR, null); in _testInverseBidi() 251 bidi.setPara(text, Bidi.LTR, null); in _testManyAddedPoints()
|
H A D | TestReorderRunsOnly.java | 171 bidi.setPara((String)null, Bidi.LTR, null); in testReorderRunsOnly() 174 bidi.setPara((char[])null, Bidi.LTR, null); in testReorderRunsOnly() 177 bidi.setPara("", Bidi.LTR, null); in testReorderRunsOnly() 180 bidi.setPara(new char[0], Bidi.LTR, null); in testReorderRunsOnly()
|
H A D | TestMultipleParagraphs.java | 48 Bidi.LTR, Bidi.RTL, Bidi.LEVEL_DEFAULT_LTR, Bidi.LEVEL_DEFAULT_RTL, 22, 23 97 bidi.setPara(text, Bidi.LTR, null); in testMultipleParagraphs() 99 errln("1st Bidi.setPara failed, paraLevel = " + Bidi.LTR); in testMultipleParagraphs() 125 bidi.setPara(src, Bidi.LTR, null); in testMultipleParagraphs() 127 errln("2nd Bidi.setPara failed, paraLevel = " + Bidi.LTR); in testMultipleParagraphs() 420 * with LTR strong char and ends with RTL strong char, with and without in testMultipleParagraphs() 435 bidi.setPara("ab\u05d1\u05d2\n\u05d3\u05d4123", Bidi.LTR, gotLevels); in testMultipleParagraphs()
|
H A D | TestFailureRecovery.java | 70 bidi.setPara("abc", Bidi.LTR, null); in testFailureRecovery() 87 bidi.setPara("abc", Bidi.LTR, null); in testFailureRecovery()
|
H A D | TestStreaming.java | 74 static final byte[] paraLevels = { Bidi.LTR, Bidi.RTL };
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BidiTransform.java | 29 * LTR string,</li> 35 * through reversing a visual LTR string,</li> 143 * <li>{Logical LTR, Visual LTR}: this is equivalent to calling 145 * <code>paraLevel == {@link Bidi#LTR}</code>,</li> 146 * <li>{Logical RTL, Visual LTR}: this is equivalent to calling 149 * <li>{Logical Default ("Auto") LTR, Visual LTR}: this is equivalent to 152 * <li>{Logical Default ("Auto") RTL, Visual LTR}: this is equivalent to 155 * <li>{Visual LTR, Logica [all...] |
H A D | Bidi.java | 79 * <li>{@link #LTR} 113 * just like with normal LTR and RTL level values - 262 * if (direction == Bidi.LTR) { 425 * renderParagraph("Some Latin text...", Bidi.LTR, null, 0, 80); 485 * like text that is entirely LTR, or RTL text without numbers. 489 * any LTR characters or any RTL characters, or both, whether 574 * is assumed to be visual LTR, and the text after reordering is required 578 * or Arabic Letter, the direction will be LTR otherwise.<p> 600 * is assumed to be visual LTR, and the text after reordering is required 605 * the direction will be LTR otherwis 663 public static final byte LTR = 0; global() field in Bidi [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BidiTransform.java | 30 * LTR string,</li> 36 * through reversing a visual LTR string,</li> 134 * <li>{Logical LTR, Visual LTR}: this is equivalent to calling 136 * <code>paraLevel == {@link Bidi#LTR}</code>,</li> 137 * <li>{Logical RTL, Visual LTR}: this is equivalent to calling 140 * <li>{Logical Default ("Auto") LTR, Visual LTR}: this is equivalent to 143 * <li>{Logical Default ("Auto") RTL, Visual LTR}: this is equivalent to 146 * <li>{Visual LTR, Logica [all...] |
H A D | Bidi.java | 80 * <li>{@link #LTR} 114 * just like with normal LTR and RTL level values - 263 * if (direction == Bidi.LTR) { 426 * renderParagraph("Some Latin text...", Bidi.LTR, null, 0, 80); 485 * like text that is entirely LTR, or RTL text without numbers. 489 * any LTR characters or any RTL characters, or both, whether 574 * is assumed to be visual LTR, and the text after reordering is required 578 * or Arabic Letter, the direction will be LTR otherwise.<p> 599 * is assumed to be visual LTR, and the text after reordering is required 604 * the direction will be LTR otherwis 657 public static final byte LTR = 0; global() field in Bidi [all...] |