Searched refs:ucase_toFullTitle (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | titletrn.cpp | 131 … result=ucase_toFullTitle(c, utrans_rep_caseContextIterator, &csc, &s, UCASE_LOC_ROOT); in handleTransliterate()
|
/external/icu/icu4c/source/common/ |
D | ucase.h | 259 ucase_toFullTitle(UChar32 c,
|
D | ucase.cpp | 1120 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()
|
D | uniset_closure.cpp | 226 result = ucase_toFullTitle(cp, NULL, NULL, &full, UCASE_LOC_ROOT); in closeOver()
|
D | ucasemap.cpp | 305 c=ucase_toFullTitle(c, utf8_caseContextIterator, &csc, &s, caseLocale); in ucasemap_internalUTF8ToTitle()
|
D | ustrcase.cpp | 308 c=ucase_toFullTitle(c, utf16_caseContextIterator, &csc, &s, caseLocale); in ustrcase_internalToTitle()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 561 #define ucase_toFullTitle U_ICU_ENTRY_POINT_RENAME(ucase_toFullTitle) macro
|