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

/external/icu4c/common/unicode/
H A Dunorm.h477 #ifndef U_COMPARE_CODE_POINT_ORDER
484 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
526 * - U_COMPARE_CODE_POINT_ORDER
H A Dustring.h493 #ifndef U_COMPARE_CODE_POINT_ORDER
500 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
508 * (options&U_COMPARE_CODE_POINT_ORDER)!=0).
530 * - U_COMPARE_CODE_POINT_ORDER
592 * - U_COMPARE_CODE_POINT_ORDER
616 * - U_COMPARE_CODE_POINT_ORDER
640 * - U_COMPARE_CODE_POINT_ORDER
H A Dunistr.h38 #ifndef U_COMPARE_CODE_POINT_ORDER
45 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
577 * - U_COMPARE_CODE_POINT_ORDER
599 * - U_COMPARE_CODE_POINT_ORDER
626 * - U_COMPARE_CODE_POINT_ORDER
652 * - U_COMPARE_CODE_POINT_ORDER
676 * - U_COMPARE_CODE_POINT_ORDER
703 * - U_COMPARE_CODE_POINT_ORDER
732 * - U_COMPARE_CODE_POINT_ORDER
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dunorm.h491 #ifndef U_COMPARE_CODE_POINT_ORDER
498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
540 * - U_COMPARE_CODE_POINT_ORDER
H A Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
502 * (options&U_COMPARE_CODE_POINT_ORDER)!=0).
524 * - U_COMPARE_CODE_POINT_ORDER
586 * - U_COMPARE_CODE_POINT_ORDER
610 * - U_COMPARE_CODE_POINT_ORDER
634 * - U_COMPARE_CODE_POINT_ORDER
/external/webkit/Source/WebCore/icu/unicode/
H A Dunorm.h491 #ifndef U_COMPARE_CODE_POINT_ORDER
498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
540 * - U_COMPARE_CODE_POINT_ORDER
H A Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
502 * (options&U_COMPARE_CODE_POINT_ORDER)!=0).
524 * - U_COMPARE_CODE_POINT_ORDER
586 * - U_COMPARE_CODE_POINT_ORDER
610 * - U_COMPARE_CODE_POINT_ORDER
634 * - U_COMPARE_CODE_POINT_ORDER
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dunorm.h491 #ifndef U_COMPARE_CODE_POINT_ORDER
498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
540 * - U_COMPARE_CODE_POINT_ORDER
H A Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
502 * (options&U_COMPARE_CODE_POINT_ORDER)!=0).
524 * - U_COMPARE_CODE_POINT_ORDER
586 * - U_COMPARE_CODE_POINT_ORDER
610 * - U_COMPARE_CODE_POINT_ORDER
634 * - U_COMPARE_CODE_POINT_ORDER
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h487 #ifndef U_COMPARE_CODE_POINT_ORDER
494 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
502 * (options&U_COMPARE_CODE_POINT_ORDER)!=0).
524 * - U_COMPARE_CODE_POINT_ORDER
586 * - U_COMPARE_CODE_POINT_ORDER
610 * - U_COMPARE_CODE_POINT_ORDER
634 * - U_COMPARE_CODE_POINT_ORDER
/external/icu4c/test/intltest/
H A Dtstnorm.cpp868 if(options&U_COMPARE_CODE_POINT_ORDER) {
899 if(options&U_COMPARE_CODE_POINT_ORDER) {
1058 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" },
1060 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" },
1062 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ignore case & special i" },
/external/icu4c/common/
H A Dunormcmp.cpp510 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) {
H A Dustrcase.c918 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) {

Completed in 164 milliseconds