Searched refs:toTitleFirst (Results 1 – 2 of 2) sorted by relevance
550 … String nameInDisplayLocale = titlecase ? UCharacter.toTitleFirst(locale, tempName) : tempName; in newRow()552 …ext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempN… in newRow()
5182 public static String toTitleFirst(ULocale locale, String str) { in toTitleFirst() method in UCharacter