Searched refs:U_RIGHT_TO_LEFT (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcbiditst.h36 #define R U_RIGHT_TO_LEFT
H A Dcucdtst.c1102 { 0x0600, U_RIGHT_TO_LEFT },
1104 { 0x0900, U_RIGHT_TO_LEFT },
1106 { 0xFB50, U_RIGHT_TO_LEFT },
1111 { 0x11000, U_RIGHT_TO_LEFT },
1113 { 0x1F000, U_RIGHT_TO_LEFT },
2276 { 0x0590, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT },
2277 { 0x05cf, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT },
2278 { 0x05ed, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT },
2280 { 0x07fe, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT }, /* unassigned R */
2281 { 0x08ba, UCHAR_BIDI_CLASS, U_RIGHT_TO_LEFT },
[all...]
/external/icu4c/test/intltest/
H A Dnptrans.cpp245 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
259 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) &&
260 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
H A Dbidiconf.cpp227 biDiClass=U_RIGHT_TO_LEFT;
/external/chromium/base/i18n/
H A Drtl.cc143 if ((property == U_RIGHT_TO_LEFT) ||
257 if ((property == U_RIGHT_TO_LEFT) || (property == U_RIGHT_TO_LEFT_ARABIC))
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.h36 RightToLeft = ICU::U_RIGHT_TO_LEFT,
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h36 RightToLeft = U_RIGHT_TO_LEFT,
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.h38 RightToLeft = UnicodeCE::U_RIGHT_TO_LEFT,
/external/icu4c/common/
H A Dubidiimp.h38 R= U_RIGHT_TO_LEFT,
H A Dusprep.cpp779 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
795 !((firstCharDir == U_RIGHT_TO_LEFT || firstCharDir == U_RIGHT_TO_LEFT_ARABIC) &&
796 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
H A Dushape.c331 case U_RIGHT_TO_LEFT: /* R */
351 case U_RIGHT_TO_LEFT: /* R */
H A Duts46.cpp930 const uint32_t R_AL_MASK=U_MASK(U_RIGHT_TO_LEFT)|U_MASK(U_RIGHT_TO_LEFT_ARABIC);
H A Dubidi.c350 if( dir == U_RIGHT_TO_LEFT || dir ==U_RIGHT_TO_LEFT_ARABIC )
/external/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm145 if (direction == U_RIGHT_TO_LEFT || direction > U_OTHER_NEUTRAL)
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitNSStringExtras.mm58 if (direction == U_RIGHT_TO_LEFT || direction > U_OTHER_NEUTRAL)
/external/icu4c/common/unicode/
H A Duchar.h778 U_RIGHT_TO_LEFT = 1, enumerator in enum:UCharDirection
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h699 U_RIGHT_TO_LEFT = 1, enumerator in enum:UCharDirection
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h699 U_RIGHT_TO_LEFT = 1, enumerator in enum:UCharDirection
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h699 U_RIGHT_TO_LEFT = 1, enumerator in enum:UCharDirection
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h699 U_RIGHT_TO_LEFT = 1, enumerator in enum:UCharDirection

Completed in 262 milliseconds