Home
last modified time | relevance | path

Searched refs:ucase_toFullLower (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dtolowtrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtitletrn.cpp133 … result=ucase_toFullLower(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
/third_party/node/deps/icu-small/source/i18n/
Dtolowtrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtitletrn.cpp133 … result=ucase_toFullLower(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtolowtrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtitletrn.cpp133 … result=ucase_toFullLower(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtolowtrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtitletrn.cpp133 … result=ucase_toFullLower(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.h275 ucase_toFullLower(UChar32 c,
Duniset_closure.cpp193 result = ucase_toFullLower(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1034 ucase_toFullLower(UChar32 c, in ucase_toFullLower() function
1557 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1565 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp300 c = ucase_toFullLower(c, utf8_caseContextIterator, csc, &s, caseLocale); in toLower()
/third_party/icu/icu4c/source/common/
Ducase.h276 ucase_toFullLower(UChar32 c,
Duniset_closure.cpp193 result = ucase_toFullLower(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1060 ucase_toFullLower(UChar32 c, in ucase_toFullLower() function
1594 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1602 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp300 c = ucase_toFullLower(c, utf8_caseContextIterator, csc, &s, caseLocale); in toLower()
/third_party/node/deps/icu-small/source/common/
Ducase.h276 ucase_toFullLower(UChar32 c,
Duniset_closure.cpp193 result = ucase_toFullLower(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1060 ucase_toFullLower(UChar32 c, in ucase_toFullLower() function
1594 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1602 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp300 c = ucase_toFullLower(c, utf8_caseContextIterator, csc, &s, caseLocale); in toLower()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.h276 ucase_toFullLower(UChar32 c,
Duniset_closure.cpp193 result = ucase_toFullLower(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1060 ucase_toFullLower(UChar32 c, in ucase_toFullLower() function
1594 return (UBool)(ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1602 ucase_toFullLower(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp300 c = ucase_toFullLower(c, utf8_caseContextIterator, csc, &s, caseLocale); in toLower()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Durename.h565 #define ucase_toFullLower U_ICU_ENTRY_POINT_RENAME(ucase_toFullLower) macro

12