Searched defs:titlecase (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1794 // if first field, check to see whether we need to and are able to titlecase it
1796 UBool titlecase = FALSE; local
1799 titlecase = TRUE;
1802 titlecase = fSymbols->fCapitalization[capContextUsageType][0];
1805 titlecase = fSymbols->fCapitalization[capContextUsageType][1];
1808 // titlecase = FALSE;
1811 if (titlecase) {

Completed in 66 milliseconds