Searched refs:otherExcludeSpecialI (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c629 otherExcludeSpecialI[]={ 0x41, 0x62, 0x131, 0x3c3, 0x53, 0x73, 0x66, 0x46, 0x69, 0xd93f, 0xdfff, 0 }, local
642 lenOtherExcludeSpecialI=u_strlen(otherExcludeSpecialI);
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);
/external/icu4c/test/cintltst/
H A Dcstrcase.c629 otherExcludeSpecialI[]={ 0x41, 0x62, 0x131, 0x3c3, 0x53, 0x73, 0x66, 0x46, 0x69, 0xd93f, 0xdfff, 0 }, local
642 lenOtherExcludeSpecialI=u_strlen(otherExcludeSpecialI);
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);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp1035 otherExcludeSpecialI = UTEXT_INITIALIZER, local
1040 utext_openUChars(&otherExcludeSpecialI, _otherExcludeSpecialI, -1, &status);
1063 UTEXT_SETNATIVEINDEX(&otherExcludeSpecialI, 0);
1064 result = utext_caseCompare(&mixed, -1, &otherExcludeSpecialI, -1, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &status);
1066 errln("error: utext_caseCompare (otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I) gives %ld (should be 0) (%s)\n", result, u_errorName(status));
1069 UTEXT_SETNATIVEINDEX(&otherExcludeSpecialI, 0);
1070 result = utext_caseCompareNativeLimit(&mixed, -1, &otherExcludeSpecialI, -1, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &status);
1072 errln("error: utext_caseCompareNativeLimit (otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I) gives %ld (should be 0) (%s)\n", result, u_errorName(status));
H A Dustrtest.cpp388 otherExcludeSpecialI(TRUE, _otherExcludeSpecialI, -1),
398 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
400 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result);
/external/icu4c/test/intltest/
H A Dustrtest.cpp390 otherExcludeSpecialI(TRUE, _otherExcludeSpecialI, -1),
400 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);

Completed in 336 milliseconds