Home
last modified time | relevance | path

Searched refs:U_RIGHT_TO_LEFT (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.cpp203 biDiClass=U_RIGHT_TO_LEFT; in parseInputStringFromBiDiClasses()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1220 { 0x0600, U_RIGHT_TO_LEFT }, in enumDefaultsRange()
1222 { 0x08A0, U_RIGHT_TO_LEFT }, in enumDefaultsRange()
1227 { 0xFB50, U_RIGHT_TO_LEFT }, in enumDefaultsRange()
1232 { 0x11000, U_RIGHT_TO_LEFT }, in enumDefaultsRange()
1234 { 0x1EE00, U_RIGHT_TO_LEFT }, in enumDefaultsRange()
1236 { 0x1F000, U_RIGHT_TO_LEFT }, in enumDefaultsRange()
2448 { 0x0590, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT }, in TestAdditionalProperties()
2449 { 0x05cf, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT }, in TestAdditionalProperties()
2450 { 0x05ed, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT }, in TestAdditionalProperties()
2452 { 0x07fe, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT }, /* unassigned R */ in TestAdditionalProperties()
[all …]
Dcbiditst.h35 #define R U_RIGHT_TO_LEFT
Dcbiditransformtst.c102 case U_RIGHT_TO_LEFT:
/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.h38 R= U_RIGHT_TO_LEFT, /* 1 */
Dushape.cpp358 case U_RIGHT_TO_LEFT: /* R */ in _shapeToArabicDigitsWithContext()
378 case U_RIGHT_TO_LEFT: /* R */ 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.h856 U_RIGHT_TO_LEFT = 1, enumerator