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

  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 631 otherExcludeSpecialI[]={ 0x41, 0x62, 0x131, 0x3c3, 0x53, 0x73, 0x66, 0x46, 0x69, 0xd93f, 0xdfff, 0 },
645 lenOtherExcludeSpecialI=u_strlen(otherExcludeSpecialI);
664 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
668 result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java     [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 388 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);
    [all...]

Completed in 279 milliseconds