Home
last modified time | relevance | path

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

/third_party/flutter/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/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/icu/icu4c/source/test/intltest/
Dtstnorm.cpp898 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_norm_compare()
929 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_case_compare()
1088 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" }, in TestCompare()
1090 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()
1092 …{ 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.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.cpp1722 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/flutter/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()