Searched refs:U_FOLD_CASE_EXCLUDE_SPECIAL_I (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcstrcase.c450 if(isUnicode_3_1 && u_foldCase(p[0], U_FOLD_CASE_EXCLUDE_SPECIAL_I)!=p[2]) {
452 p[0], u_foldCase(p[0], U_FOLD_CASE_EXCLUDE_SPECIAL_I), p[2]);
481 U_FOLD_CASE_EXCLUDE_SPECIAL_I,
520 U_FOLD_CASE_EXCLUDE_SPECIAL_I,
596 U_FOLD_CASE_EXCLUDE_SPECIAL_I,
611 U_FOLD_CASE_EXCLUDE_SPECIAL_I,
660 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
664 result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
H A Dcucdtst.c3302 if((c2=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I))!=turkic) {
3306 length2=u_strFoldCase(t, LENGTHOF(t), s, length, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
/macosx-10.9.5/ICU-511.35/icuSources/samples/ustring/
H A Dustring.cpp266 c=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
344 length=u_strFoldCase(buffer, LENGTHOF(buffer), input, -1, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
398 printUnicodeString("full-case-folded/Turkic: ", (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunormcmp.cpp605 if(!(options&UNORM_INPUT_IS_FCD) || (options&U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
607 if(options&U_FOLD_CASE_EXCLUDE_SPECIAL_I) {
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dstrcase.cpp317 (t=s).foldCase(U_FOLD_CASE_EXCLUDE_SPECIAL_I);
319 errln("error in foldCase(\"" + s + "\", U_FOLD_CASE_EXCLUDE_SPECIAL_I)=\"" + t + "\" but expected \"" + g + "\"");
503 options|=U_FOLD_CASE_EXCLUDE_SPECIAL_I;
H A Dtstnorm.cpp1062 { U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "ignore case & special i" },
1063 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ignore case & special i" },
1303 count+=countFoldFCDExceptions(U_FOLD_CASE_EXCLUDE_SPECIAL_I);
H A Dustrtest.cpp400 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
402 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result);
404 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
405 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
406 errln("error: mixed.caseCompare(other, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=0 instead of !=0\n");
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duchar.h3106 #define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1 macro
3125 * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Duchar.h3007 #define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1 macro
3026 * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Duchar.h3007 #define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1 macro
3026 * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Duchar.h3007 #define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1 macro
3026 * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I

Completed in 444 milliseconds