Searched defs:otherExcludeSpecialI (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | cstrcase.c | 629 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 D | cstrcase.c | 629 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 D | utxttest.cpp | 1035 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));
|
Completed in 320 milliseconds