Searched refs:U_RIGHT_TO_LEFT_ARABIC (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 245 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){ in process() 259 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in process() 260 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC)) in process()
|
D | bidiconf.cpp | 213 biDiClass=U_RIGHT_TO_LEFT_ARABIC; in parseInputStringFromBiDiClasses()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 48 #define AL U_RIGHT_TO_LEFT_ARABIC
|
D | cucdtst.c | 1219 { 0x07C0, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange() 1221 { 0x0900, U_RIGHT_TO_LEFT_ARABIC }, /* Unicode 6.1 changes U+08A0..U+08FF from R to AL */ in enumDefaultsRange() 1226 { 0xFE00, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange() 1228 { 0xFF00, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange() 1233 … { 0x1EF00, U_RIGHT_TO_LEFT_ARABIC }, /* Unicode 6.1 changes U+1EE00..U+1EEFF from R to AL */ in enumDefaultsRange() 2458 { 0x061d, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2459 { 0x063f, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2460 { 0x070e, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2461 { 0x0775, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() 2462 { 0xfbc2, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties() [all …]
|
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 744 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){ in usprep_prepare() 760 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) && in usprep_prepare() 761 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC)) in usprep_prepare()
|
D | ubidiimp.h | 47 AL= U_RIGHT_TO_LEFT_ARABIC, /* 13 */
|
D | ushape.cpp | 359 case U_RIGHT_TO_LEFT_ARABIC: /* AL */ in _shapeToArabicDigitsWithContext() 379 case U_RIGHT_TO_LEFT_ARABIC: /* AL */ in _shapeToArabicDigitsWithContext()
|
D | uts46.cpp | 952 const uint32_t R_AL_MASK=U_MASK(U_RIGHT_TO_LEFT)|U_MASK(U_RIGHT_TO_LEFT_ARABIC);
|
D | ubidi.c | 362 if( dir == U_RIGHT_TO_LEFT || dir ==U_RIGHT_TO_LEFT_ARABIC ) in ubidi_getBaseDirection()
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 812 U_RIGHT_TO_LEFT_ARABIC = 13, enumerator
|