Searched refs:TO_TITLE (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | unistr_case.cpp | 146 } else if(toWhichCase==TO_TITLE) { in caseMap() 196 return caseMap(titleIter, Locale::getDefault().getName(), 0, TO_TITLE); in toTitle() 201 return caseMap(titleIter, locale.getName(), 0, TO_TITLE); in toTitle() 206 return caseMap(titleIter, locale.getName(), options, TO_TITLE); in toTitle()
|
D | ustr_imp.h | 117 TO_TITLE, enumerator
|
D | ustrcase.c | 596 TO_TITLE, pErrorCode); in u_strToTitle() 611 TO_TITLE, pErrorCode); in ucasemap_toTitle()
|
D | ucasemap.c | 560 TO_TITLE, pErrorCode); in ucasemap_utf8ToTitle()
|