Home
last modified time | relevance | path

Searched refs:otherExcludeSpecialI (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/cintltst/
Dcstrcase.c629otherExcludeSpecialI[]={ 0x41, 0x62, 0x131, 0x3c3, 0x53, 0x73, 0x66, 0x46, 0x69, 0xd93f, 0xdfff, 0… in TestCaseCompare() local
642 lenOtherExcludeSpecialI=u_strlen(otherExcludeSpecialI); in TestCaseCompare()
660 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseCompare()
664 …result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CAS… in TestCaseCompare()
/external/icu4c/test/intltest/
Dutxttest.cpp1035 otherExcludeSpecialI = UTEXT_INITIALIZER, in ComparisonTest() local
1040 utext_openUChars(&otherExcludeSpecialI, _otherExcludeSpecialI, -1, &status); in ComparisonTest()
1063 UTEXT_SETNATIVEINDEX(&otherExcludeSpecialI, 0); in ComparisonTest()
1064 …result = utext_caseCompare(&mixed, -1, &otherExcludeSpecialI, -1, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &… in ComparisonTest()
1069 UTEXT_SETNATIVEINDEX(&otherExcludeSpecialI, 0); in ComparisonTest()
1070 …result = utext_caseCompareNativeLimit(&mixed, -1, &otherExcludeSpecialI, -1, U_FOLD_CASE_EXCLUDE_S… in ComparisonTest()
Dustrtest.cpp393 otherExcludeSpecialI(TRUE, _otherExcludeSpecialI, -1), in TestCompare() local
403 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCompare()