* @param str source string to be performed on
* @param breakiter break iterator to determine the positions in which
* the character should be title cased.
- * @return lowercase version of the argument string
+ * @return titlecase version of the argument string
* @stable ICU 2.6
*/
public static String toTitleCase(String str, BreakIterator breakiter)
* @param str source string to be performed on
* @param breakiter break iterator to determine the positions in which
* the character should be title cased.
- * @return lowercase version of the argument string
+ * @return titlecase version of the argument string
* @stable ICU 2.6
*/
public static String toTitleCase(Locale locale, String str,
* @param str source string to be performed on
* @param titleIter break iterator to determine the positions in which
* the character should be title cased.
- * @return lowercase version of the argument string
+ * @return titlecase version of the argument string
* @stable ICU 3.2
*/
public static String toTitleCase(ULocale locale, String str,
* @param titleIter break iterator to determine the positions in which
* the character should be title cased.
* @param options bit set to modify the titlecasing operation
- * @return lowercase version of the argument string
+ * @return titlecase version of the argument string
* @stable ICU 3.8
* @see #TITLECASE_NO_LOWERCASE
* @see #TITLECASE_NO_BREAK_ADJUSTMENT
* @param titleIter break iterator to determine the positions in which
* the character should be title cased.
* @param options bit set to modify the titlecasing operation
- * @return lowercase version of the argument string
+ * @return titlecase version of the argument string
* @see #TITLECASE_NO_LOWERCASE
* @see #TITLECASE_NO_BREAK_ADJUSTMENT
* @stable ICU 54