Home
last modified time | relevance | path

Searched refs:ucase_toFullTitle (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtitletrn.cpp131 … result=ucase_toFullTitle(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
/external/icu/icu4c/source/common/
Ducase.h259 ucase_toFullTitle(UChar32 c,
Ducase.cpp1120 ucase_toFullTitle(UChar32 c, in ucase_toFullTitle() function
1374 return (UBool)(ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
1380 ucase_toFullTitle(c, NULL, NULL, &resultString, UCASE_LOC_ROOT)>=0); in ucase_hasBinaryProperty()
Duniset_closure.cpp226 result = ucase_toFullTitle(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
Ducasemap.cpp305 c=ucase_toFullTitle(c, utf8_caseContextIterator, &csc, &s, caseLocale); in ucasemap_internalUTF8ToTitle()
Dustrcase.cpp308 c=ucase_toFullTitle(c, utf16_caseContextIterator, &csc, &s, caseLocale); in ustrcase_internalToTitle()
/external/icu/icu4c/source/common/unicode/
Durename.h561 #define ucase_toFullTitle U_ICU_ENTRY_POINT_RENAME(ucase_toFullTitle) macro