Home | History | Annotate | Download | only in i18n

Lines Matching refs:firstField

1835             UnicodeString firstField(appendTo, beginOffset);
1836 firstField.toTitle(fCapitalizationBrkIter, fLocale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
1837 appendTo.replaceBetween(beginOffset, appendTo.length(), firstField);