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

/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp294 // whether to titlecase for uiListOrMenu context, the second indicates whether to
295 // titlecase for stand-alone context.
498 // check to see whether we need to titlecase result
499 UBool titlecase = FALSE; local
502 titlecase = TRUE;
505 titlecase = fCapitalization[usage][0];
508 titlecase = fCapitalization[usage][1];
511 // titlecase = FALSE;
514 if (titlecase) {
515 // TODO: Fix this titlecase hac
[all...]
H A Dsmpdtfmt.cpp1596 // first field, check to see whether we need to titlecase it
1597 UBool titlecase = FALSE; local
1600 titlecase = TRUE;
1603 titlecase = fSymbols->fCapitalization[capContextUsageType][0];
1606 titlecase = fSymbols->fCapitalization[capContextUsageType][1];
1609 // titlecase = FALSE;
1612 if (titlecase) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1622 // if first field, check to see whether we need to and are able to titlecase it
1624 UBool titlecase = FALSE; local
1627 titlecase = TRUE;
1630 titlecase = fSymbols->fCapitalization[capContextUsageType][0];
1633 titlecase = fSymbols->fCapitalization[capContextUsageType][1];
1636 // titlecase = FALSE;
1639 if (titlecase) {

Completed in 1053 milliseconds