Lines Matching refs:Locale
82 class Locale; // unicode/locid.h
2571 * the default locale.
2579 * a specific locale.
2580 * @param locale The locale containing the conventions to use.
2584 UnicodeString& toUpper(const Locale& locale);
2588 * the default locale.
2596 * a specific locale.
2597 * @param locale The locale containing the conventions to use.
2601 UnicodeString& toLower(const Locale& locale);
2606 * Titlecase this string, convenience function using the default locale.
2608 * Casing is locale-dependent and context-sensitive.
2617 * The standard titlecase iterator for the root locale implements the
2636 * Casing is locale-dependent and context-sensitive.
2645 * The standard titlecase iterator for the root locale implements the
2656 * @param locale The locale to consider.
2660 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale);
2665 * Casing is locale-dependent and context-sensitive.
2674 * The standard titlecase iterator for the root locale implements the
2685 * @param locale The locale to consider.
2693 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options);
2700 * Case-folding is locale-independent and not context-sensitive,