Home
last modified time | relevance | path

Searched refs:U_RIGHT_TO_LEFT_ARABIC (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp247 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()
Dbidiconf.cpp215 biDiClass=U_RIGHT_TO_LEFT_ARABIC; in parseInputStringFromBiDiClasses()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h47 #define AL U_RIGHT_TO_LEFT_ARABIC
Dcucdtst.c1221 { 0x07C0, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange()
1223 { 0x0900, U_RIGHT_TO_LEFT_ARABIC }, /* Unicode 6.1 changes U+08A0..U+08FF from R to AL */ in enumDefaultsRange()
1228 { 0xFE00, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange()
1230 { 0xFF00, U_RIGHT_TO_LEFT_ARABIC }, in enumDefaultsRange()
1235 … { 0x1EF00, U_RIGHT_TO_LEFT_ARABIC }, /* Unicode 6.1 changes U+1EE00..U+1EEFF from R to AL */ in enumDefaultsRange()
2460 { 0x061d, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties()
2461 { 0x063f, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties()
2462 { 0x070e, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties()
2463 { 0x0775, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties()
2464 { 0xfbc2, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT_ARABIC }, in TestAdditionalProperties()
[all …]
Dcbiditransformtst.c105 case U_RIGHT_TO_LEFT_ARABIC:
/external/icu/icu4c/source/common/
Dusprep.cpp746 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()
Dubidiimp.h50 AL= U_RIGHT_TO_LEFT_ARABIC, /* 13 */
Dushape.cpp361 case U_RIGHT_TO_LEFT_ARABIC: /* AL */ in _shapeToArabicDigitsWithContext()
381 case U_RIGHT_TO_LEFT_ARABIC: /* AL */ in _shapeToArabicDigitsWithContext()
Duts46.cpp954 const uint32_t R_AL_MASK=U_MASK(U_RIGHT_TO_LEFT)|U_MASK(U_RIGHT_TO_LEFT_ARABIC);
Dubidi.c364 if( dir == U_RIGHT_TO_LEFT || dir ==U_RIGHT_TO_LEFT_ARABIC ) in ubidi_getBaseDirection()
/external/icu/icu4c/source/common/unicode/
Duchar.h880 U_RIGHT_TO_LEFT_ARABIC = 13, enumerator