Home
last modified time | relevance | path

Searched refs:u_foldCase (Results 1 – 25 of 35) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dstring_segment.cpp134 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual()
135 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
/third_party/node/deps/icu-small/source/i18n/
Dstring_segment.cpp134 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual()
135 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
/third_party/skia/third_party/externals/icu/source/i18n/
Dstring_segment.cpp134 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/
Dnumparse_stringsegment.cpp136 cp1 = u_foldCase(cp1, TRUE); in codePointsEqual()
137 cp2 = u_foldCase(cp2, TRUE); in codePointsEqual()
/third_party/icu/icu4c/source/samples/case/
Ducase.c50 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/
Ducase.c50 ch = u_foldCase(char_K, U_FOLD_CASE_DEFAULT); /* ch = 'k' */ in c_main()
/third_party/skia/third_party/externals/icu/source/samples/case/
Ducase.c50 ch = u_foldCase(char_K, U_FOLD_CASE_DEFAULT); /* ch = 'k' */ in c_main()
/third_party/icu/icu4c/source/test/cintltst/
Dcstrcase.c446 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()
Dcucdtst.c3380 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/
Dustring.cpp265 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/
Dustring.cpp268 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/
Dustring.cpp268 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/
Ducdtest.cpp620 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/
Dproperties.md57 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/
Duchar.h3920 u_foldCase(UChar32 c, uint32_t options);
Durename.h244 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h4032 u_foldCase(UChar32 c, uint32_t options);
/third_party/icu/icu4c/source/common/unicode/
Duchar.h3920 u_foldCase(UChar32 c, uint32_t options);
Durename.h244 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3887 u_foldCase(UChar32 c, uint32_t options);
Durename.h241 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp1560 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp1523 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
/third_party/node/deps/icu-small/source/common/
Ducase.cpp1560 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function
/third_party/icu/icu4c/source/common/
Ducase.cpp1560 u_foldCase(UChar32 c, uint32_t options) { in u_foldCase() function

12