Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
Dstringoptions.h159 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringoptions.h159 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/third_party/node/deps/icu-small/source/common/unicode/
Dstringoptions.h159 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp899 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_norm_compare()
930 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_case_compare()
1089 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" }, in TestCompare()
1091 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()
1093 …{ U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ig… in TestCompare()
/third_party/icu/icu4c/source/common/
Dunormcmp.cpp504 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
Dustrcase.cpp1804 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()
/third_party/skia/third_party/externals/icu/source/common/
Dunormcmp.cpp504 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
Dustrcase.cpp1722 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()
/third_party/node/deps/icu-small/source/common/
Dunormcmp.cpp504 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
Dustrcase.cpp1809 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()