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

  /external/icu/icu4c/source/i18n/
regeximp.cpp 37 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
85 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
  /external/icu/icu4c/source/common/
unormcmp.cpp 316 (length=ucase_toFullFolding((UChar32)cp1, &p, options))>=0
361 (length=ucase_toFullFolding((UChar32)cp2, &p, options))>=0
ucase.h 265 ucase_toFullFolding(UChar32 c,
uniset_closure.cpp 232 result = ucase_toFullFolding(cp, &full, 0);
uprops.cpp 132 return (UBool)(ucase_toFullFolding(c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
592 int32_t folded1Length=ucase_toFullFolding(c, &folded1, U_FOLD_CASE_DEFAULT);
ustrcase.cpp     [all...]
ucase.cpp     [all...]
ucasemap.cpp 582 c = ucase_toFullFolding(c, &s, options);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 352 milliseconds