Lines Matching refs:Locale
60 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
84 * Create TimeUnitFormat with default locale, and full name style.
91 * Create TimeUnitFormat given locale, and full name style.
94 TimeUnitFormat(const Locale& locale, UErrorCode& status);
97 * Create TimeUnitFormat given locale and style.
100 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
148 * Set the locale used for formatting or parsing.
149 * @param locale the locale to be set
153 void setLocale(const Locale& locale, UErrorCode& status);
217 Locale fLocale;
222 void create(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status);
231 // initialize fTimeUnitToCountToPatterns from current locale's resource.
239 // fill in fTimeUnitToCountToPatterns from locale fall-back chain