HomeSort by relevance Sort by last modified time
    Searched full:ucase_tofullfolding (Results 1 - 14 of 14) sorted by null

  /external/icu4c/common/
uprops.cpp 134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
604 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
ustrcase.c 430 c=ucase_toFullFolding(csp, c, &s, options);
812 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
857 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
ucase.h 227 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
unormcmp.cpp 322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
ucasemap.c 430 c=ucase_toFullFolding(csp, c, &s, options);
utext.cpp 620 length = ucase_toFullFolding(csp, c1, &p, options);
646 length = ucase_toFullFolding(csp, c2, &p, options);
735 length = ucase_toFullFolding(csp, c1, &p, options);
758 length = ucase_toFullFolding(csp, c2, &p, options);
    [all...]
ucase.c     [all...]
uniset_props.cpp     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 405 #define ucase_toFullFolding ucase_toFullFolding_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 405 #define ucase_toFullFolding ucase_toFullFolding_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 405 #define ucase_toFullFolding ucase_toFullFolding_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 405 #define ucase_toFullFolding ucase_toFullFolding_3_2
    [all...]
  /external/icu4c/i18n/
rematch.cpp     [all...]

Completed in 2393 milliseconds