Searched refs:toUpperOrTitle (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | ucase.c | 919 toUpperOrTitle(const UCaseProps *csp, UChar32 c, in toUpperOrTitle() function 1016 return toUpperOrTitle(csp, c, iter, context, pString, locale, locCache, TRUE); in ucase_toFullUpper() 1024 return toUpperOrTitle(csp, c, iter, context, pString, locale, locCache, FALSE); in ucase_toFullTitle()
|