Searched refs:LRO (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h46 #define LRO U_LEFT_TO_RIGHT_OVERRIDE macro
H A Dcbididat.c26 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
34 /* LRE LRO AL RLE RLO PDF NSM BN */
186 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
205 S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L, L, /* 20 entries */
285 ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S, LRE, LRO, B
310 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
H A Dcbiditst.c254 - { == LRO
314 pseudoToUChar[(uint8_t)'{'] = 0x202D; UCharToPseud2[0x2D] = (uint8_t)'{'; /* LRO */
4532 DEF, DEF, DEF, LRO, B, RLO, BN, DEF /* 78-7F */
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestClassOverride.java36 private static final int LRO = TestData.LRO; field in class:TestClassOverride
61 DEF, DEF, DEF, LRO, B, RLO, BN, DEF //78-7F
H A DTestData.java38 protected static final int LRO = UCharacterDirection.LEFT_TO_RIGHT_OVERRIDE; field in class:TestData
53 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
72 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
74 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
98 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
99 LRE, LRO, B }, // 15
100 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
101 LRE, LRO, B }, // 16
102 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestClassOverride.java33 private static final int LRO = TestData.LRO; field in class:TestClassOverride
58 DEF, DEF, DEF, LRO, B, RLO, BN, DEF //78-7F
H A DTestData.java35 protected static final int LRO = UCharacterDirection.LEFT_TO_RIGHT_OVERRIDE; field in class:TestData
50 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
69 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
71 { S, WS, NSM, RLE, WS, L, L, L, WS, LRO, WS, R, R, R, WS, RLO, WS, L, L,
95 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
96 LRE, LRO, B }, // 15
97 { ON, L, RLO, CS, R, WS, AN, AN, PDF, LRE, R, L, LRO, WS, BN, ON, S,
98 LRE, LRO, B }, // 16
99 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/external/icu/icu4c/source/common/
H A Dubidiimp.h49 LRO=U_LEFT_TO_RIGHT_OVERRIDE, /* 12 */ enumerator in enum:__anon7897
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
H A Dubidi.cpp114 static const Flags flagO[2]={ DIRPROP_FLAG(LRO), DIRPROP_FLAG(RLO) };
706 /* LRE, LRO, RLE, RLO, PDF */
913 /* matching brackets are not overridden by LRO/RLO */
916 /* matching brackets are not overridden by LRO/RLO */
1062 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
1176 case LRO:
1181 if (dirProp==LRE || dirProp==LRO)
1191 if(dirProp==LRO || dirProp==RLO)
1442 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */
1453 - the BN column regroups BN, LRE, RLE, LRO, RL
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java940 static final byte LRO = UCharacterDirection.LEFT_TO_RIGHT_OVERRIDE; /* 12 */ field in class:Bidi
1121 static final int DirPropFlagO[] = { DirPropFlag(LRO), DirPropFlag(RLO) };
1131 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI);
1137 static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(PDF);
1175 0x202a to 0x202e (LRE, RLE, PDF, LRO, RLO) */
2033 /* LRE, LRO, RLE, RLO, PDF */
2233 /* matching brackets are not overridden by LRO/RLO */
2236 /* matching brackets are not overridden by LRO/RLO */
2379 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
2481 case LRO
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java964 static final byte LRO = UCharacterDirection.LEFT_TO_RIGHT_OVERRIDE; /* 12 */ field in class:Bidi
1145 static final int DirPropFlagO[] = { DirPropFlag(LRO), DirPropFlag(RLO) };
1155 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI);
1161 static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(PDF);
1199 0x202a to 0x202e (LRE, RLE, PDF, LRO, RLO) */
2067 /* LRE, LRO, RLE, RLO, PDF */
2267 /* matching brackets are not overridden by LRO/RLO */
2270 /* matching brackets are not overridden by LRO/RLO */
2413 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
2515 case LRO
[all...]

Completed in 292 milliseconds