HomeSort by relevance Sort by last modified time
    Searched refs:otherExcludeSpecialI (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/cintltst/
cstrcase.c 629 otherExcludeSpecialI[]={ 0x41, 0x62, 0x131, 0x3c3, 0x53, 0x73, 0x66, 0x46, 0x69, 0xd93f, 0xdfff, 0 },
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);
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp     [all...]
ustrtest.cpp 393 otherExcludeSpecialI(TRUE, _otherExcludeSpecialI, -1),
403 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
405 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result);
    [all...]

Completed in 8038 milliseconds