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 38 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
87 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
  /external/icu/icu4c/source/common/
unormcmp.cpp 322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
ucase.h 272 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
uniset_closure.cpp 234 result = ucase_toFullFolding(csp, cp, &full, 0);
uprops.cpp 133 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
586 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
ustrcase.cpp 987 c=ucase_toFullFolding(csp, c, &s, options);
    [all...]
ucasemap.cpp 664 c=ucase_toFullFolding(csp, c, &s, options);
ucase.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 81 milliseconds