/third_party/icu/icu4c/source/i18n/ |
D | string_segment.cpp | 134 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual() 135 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | string_segment.cpp | 134 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual() 135 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | string_segment.cpp | 134 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual() 135 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_stringsegment.cpp | 136 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual() 137 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
|
/third_party/icu/icu4c/source/samples/case/ |
D | ucase.c | 50 ch = u_foldCase(char_K, U_FOLD_CASE_DEFAULT); /* ch = 'k' */ in c_main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/case/ |
D | ucase.c | 50 ch = u_foldCase(char_K, U_FOLD_CASE_DEFAULT); /* ch = 'k' */ in c_main()
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
D | ucase.c | 50 ch = u_foldCase(char_K, U_FOLD_CASE_DEFAULT); /* ch = 'k' */ in c_main()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 446 if(u_foldCase(p[0], U_FOLD_CASE_DEFAULT)!=p[1]) { in TestCaseFolding() 448 p[0], u_foldCase(p[0], U_FOLD_CASE_DEFAULT), p[1]); in TestCaseFolding() 452 if(isUnicode_3_1 && u_foldCase(p[0], U_FOLD_CASE_EXCLUDE_SPECIAL_I)!=p[2]) { in TestCaseFolding() 454 p[0], u_foldCase(p[0], U_FOLD_CASE_EXCLUDE_SPECIAL_I), p[2]); in TestCaseFolding()
|
D | cucdtst.c | 3380 if((which&CF_SIMPLE)!=0 && (c2=u_foldCase(c, 0))!=simple) { in testFold() 3390 if((c2=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I))!=turkic) { in testFold()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 265 c=u_foldCase(c, U_FOLD_CASE_DEFAULT); in demoCaseMapInC() 276 c=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in demoCaseMapInC()
|
/third_party/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 268 c=u_foldCase(c, U_FOLD_CASE_DEFAULT); in demoCaseMapInC() 279 c=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in demoCaseMapInC()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 268 c=u_foldCase(c, U_FOLD_CASE_DEFAULT); in demoCaseMapInC() 279 c=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in demoCaseMapInC()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 620 cp, u_foldCase(cp, U_FOLD_CASE_DEFAULT)); in TestInvalidCodePointFolding() 622 cp, u_foldCase(cp, U_FOLD_CASE_EXCLUDE_SPECIAL_I)); in TestInvalidCodePointFolding()
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 57 that map a code point to another (e.g., u_foldCase()/UCharacter.foldCase()) 176 | Simple_Case_Folding | code point | | u_foldCase |
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 3920 u_foldCase(UChar32 c, uint32_t options);
|
D | urename.h | 244 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchar.h | 4032 u_foldCase(UChar32 c, uint32_t options);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchar.h | 3920 u_foldCase(UChar32 c, uint32_t options);
|
D | urename.h | 244 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 3887 u_foldCase(UChar32 c, uint32_t options);
|
D | urename.h | 241 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 1560 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 1523 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 1560 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 1560 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
|