Home
last modified time | relevance | path

Searched refs:ucase_toFullUpper (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/deps/icu-small/source/i18n/
Dtoupptrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/icu/icu4c/source/i18n/
Dtoupptrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtoupptrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtoupptrn.cpp31 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.h281 ucase_toFullUpper(UChar32 c,
Duniset_closure.cpp199 result = ucase_toFullUpper(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1283 ucase_toFullUpper(UChar32 c, in ucase_toFullUpper() function
1559 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1566 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp407 c = ucase_toFullUpper(c, utf8_caseContextIterator, csc, &s, caseLocale); in toUpper()
702 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
Dustrcase.cpp367 c = ucase_toFullUpper(c, utf16_caseContextIterator, csc, &s, caseLocale); in toUpper()
1150 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
/third_party/icu/icu4c/source/common/
Ducase.h282 ucase_toFullUpper(UChar32 c,
Duniset_closure.cpp199 result = ucase_toFullUpper(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1320 ucase_toFullUpper(UChar32 c, in ucase_toFullUpper() function
1596 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1603 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp407 c = ucase_toFullUpper(c, utf8_caseContextIterator, csc, &s, caseLocale); in toUpper()
702 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
Dustrcase.cpp367 c = ucase_toFullUpper(c, utf16_caseContextIterator, csc, &s, caseLocale); in toUpper()
1150 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
/third_party/node/deps/icu-small/source/common/
Ducase.h282 ucase_toFullUpper(UChar32 c,
Duniset_closure.cpp199 result = ucase_toFullUpper(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1320 ucase_toFullUpper(UChar32 c, in ucase_toFullUpper() function
1596 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1603 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp407 c = ucase_toFullUpper(c, utf8_caseContextIterator, csc, &s, caseLocale); in toUpper()
702 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
Dustrcase.cpp367 c = ucase_toFullUpper(c, utf16_caseContextIterator, csc, &s, caseLocale); in toUpper()
1150 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.h282 ucase_toFullUpper(UChar32 c,
Duniset_closure.cpp199 result = ucase_toFullUpper(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducase.cpp1320 ucase_toFullUpper(UChar32 c, in ucase_toFullUpper() function
1596 return (UBool)(ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1603 ucase_toFullUpper(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0 || in ucase_hasBinaryProperty()
Ducasemap.cpp407 c = ucase_toFullUpper(c, utf8_caseContextIterator, csc, &s, caseLocale); in toUpper()
702 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
Dustrcase.cpp367 c = ucase_toFullUpper(c, utf16_caseContextIterator, csc, &s, caseLocale); in toUpper()
1150 c=ucase_toFullUpper(c, NULL, NULL, &s, UCASE_LOC_GREEK); in toUpper()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Durename.h567 #define ucase_toFullUpper U_ICU_ENTRY_POINT_RENAME(ucase_toFullUpper) macro

12