Home
last modified time | relevance | path

Searched refs:U_COMPARE_CODE_POINT_ORDER (Results 1 – 13 of 13) sorted by relevance

/external/icu4c/common/unicode/
Dunorm.h477 #ifndef U_COMPARE_CODE_POINT_ORDER
484 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dustring.h493 #ifndef U_COMPARE_CODE_POINT_ORDER
500 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dunistr.h38 #ifndef U_COMPARE_CODE_POINT_ORDER
45 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dunorm.h491 #ifndef U_COMPARE_CODE_POINT_ORDER
498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/webkit/Source/WebCore/icu/unicode/
Dunorm.h491 #ifndef U_COMPARE_CODE_POINT_ORDER
498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dunorm.h491 #ifndef U_COMPARE_CODE_POINT_ORDER
498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/icu4c/test/intltest/
Dtstnorm.cpp868 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_norm_compare()
899 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_case_compare()
1058 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" }, in TestCompare()
1060 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()
1062 …{ U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ig… in TestCompare()
/external/icu4c/common/
Dunormcmp.cpp510 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
Dustrcase.c918 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in u_strcmpFold()