Searched refs:U_BIDI_CLASS_DEFAULT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubidi.h1968 #define U_BIDI_CLASS_DEFAULT U_CHAR_DIRECTION_COUNT macro
1984 * <code>#U_BIDI_CLASS_DEFAULT</code> if the standard Bidi class value
1998 * value other than <code>#U_BIDI_CLASS_DEFAULT</code>, that value is used;
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h1968 #define U_BIDI_CLASS_DEFAULT U_CHAR_DIRECTION_COUNT macro
1984 * <code>#U_BIDI_CLASS_DEFAULT</code> if the standard Bidi class value
1998 * value other than <code>#U_BIDI_CLASS_DEFAULT</code>, that value is used;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbidiconf.cpp196 return U_BIDI_CLASS_DEFAULT;
/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp196 return U_BIDI_CLASS_DEFAULT;
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c2909 (dir = (*pBiDi->fnClassCallback)(pBiDi->coClassCallback, c)) == U_BIDI_CLASS_DEFAULT )
/external/icu/icu4c/source/common/
H A Dubidi.c3007 (dir = (*pBiDi->fnClassCallback)(pBiDi->coClassCallback, c)) == U_BIDI_CLASS_DEFAULT )
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c4267 #define DEF U_BIDI_CLASS_DEFAULT
4292 return c >= nEntries ? U_BIDI_CLASS_DEFAULT : customClasses[c];
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4507 #define DEF U_BIDI_CLASS_DEFAULT
4532 return c >= nEntries ? U_BIDI_CLASS_DEFAULT : customClasses[c];

Completed in 276 milliseconds