Searched refs:U_RIGHT_TO_LEFT_ARABIC (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 247 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){ in process() 261 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in process() 262 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC)) in process()
|
D | bidiconf.cpp | 215 biDiClass=U_RIGHT_TO_LEFT_ARABIC; in parseInputStringFromBiDiClasses()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1220 { 0x07C0, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange() 1222 { 0x0870, U_RIGHT_TO_LEFT_ARABIC }, // Unicode 10 changes U+0860..U+086F from R to AL. in enumDefaultsRange() 1224 { 0x0900, U_RIGHT_TO_LEFT_ARABIC }, /* Unicode 6.1 changes U+08A0..U+08FF from R to AL */ in enumDefaultsRange() 1229 { 0xFE00, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange() 1231 { 0xFF00, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange() 1236 … { 0x1EF00, U_RIGHT_TO_LEFT_ARABIC }, /* Unicode 6.1 changes U+1EE00..U+1EEFF from R to AL */ in enumDefaultsRange() 2507 { 0x061d, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2508 { 0x063f, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2509 { 0x070e, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2510 { 0x0775, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() [all …]
|
D | cbiditst.h | 47 #define AL U_RIGHT_TO_LEFT_ARABIC
|
D | cbiditransformtst.c | 106 case U_RIGHT_TO_LEFT_ARABIC:
|
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 746 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){ in usprep_prepare() 762 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in usprep_prepare() 763 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC)) in usprep_prepare()
|
D | ubidiimp.h | 50 AL= U_RIGHT_TO_LEFT_ARABIC, /* 13 */
|
D | ushape.cpp | 361 case U_RIGHT_TO_LEFT_ARABIC: /* AL */ in _shapeToArabicDigitsWithContext() 381 case U_RIGHT_TO_LEFT_ARABIC: /* AL */ in _shapeToArabicDigitsWithContext()
|
D | uts46.cpp | 954 const uint32_t R_AL_MASK=U_MASK(U_RIGHT_TO_LEFT)|U_MASK(U_RIGHT_TO_LEFT_ARABIC);
|
D | ubidi.cpp | 364 if( dir == U_RIGHT_TO_LEFT || dir ==U_RIGHT_TO_LEFT_ARABIC ) in ubidi_getBaseDirection()
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 897 U_RIGHT_TO_LEFT_ARABIC = 13, enumerator
|