Home | History | Annotate | Download | only in i18n

Lines Matching refs:firstWord

517             UnicodeString firstWord(result, 0, stopPos);
518 firstWord.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
519 result.replaceBetween(0, stopPos, firstWord);