Home | History | Annotate | Download | only in i18n

Lines Matching refs:Locale

159  * with a locale.
244 : fLocale(Locale::getDefault()),
260 fLocale(Locale::getDefault()),
280 fLocale(Locale::getDefault()),
300 const Locale& locale,
303 fLocale(locale),
322 const Locale& locale,
325 fLocale(locale),
339 processOverrideString(locale,override,kOvrStrBoth,status);
349 fLocale(Locale::getDefault()),
371 fLocale(Locale::getDefault()),
392 const Locale& locale,
394 : fLocale(locale),
414 SimpleDateFormat::SimpleDateFormat(const Locale& locale,
417 fLocale(locale),
483 // TimeZoneFormat in ICU4C only depends on a locale for now
486 fTimeZoneFormat = NULL; // forces lazy instantiation with the other locale
526 const Locale& locale,
533 initializeCalendar(NULL, locale, status);
536 CalendarData calData(locale, fCalendar?fCalendar->getType():NULL, status);
551 // create a symbols object from the locale
552 initializeSymbols(locale,fCalendar, status);
712 initialize(locale, status);
718 SimpleDateFormat::initializeCalendar(TimeZone* adoptZone, const Locale& locale, UErrorCode& status)
721 fCalendar = Calendar::createInstance(adoptZone?adoptZone:TimeZone::createDefault(), locale, status);
730 SimpleDateFormat::initializeSymbols(const Locale& locale, Calendar* calendar, UErrorCode& status)
736 fSymbols = new DateFormatSymbols(locale, calendar?calendar->getType() :NULL , status);
746 SimpleDateFormat::initialize(const Locale& locale,
753 fNumberFormat = NumberFormat::createInstance(locale, status);
756 // no matter what the locale's default number format looked like, we want
770 initNumberFormatters(locale,status);
1031 SimpleDateFormat::initNumberFormatters(const Locale &locale,UErrorCode &status) {
1051 processOverrideString(locale,fDateOverride,kOvrStrDate,status);
1052 processOverrideString(locale,fTimeOverride,kOvrStrTime,status);
1057 SimpleDateFormat::processOverrideString(const Locale &locale, const UnicodeString &str, int8_t type, UErrorCode &status) {
1105 Locale ovrLoc(locale.getLanguage(),locale.getCountry(),locale.getVariant(),kw);
1108 // no matter what the locale's default number format looked like, we want
2108 // of the string from the locale data. Sometimes it will be
2343 // of the string from the locale data. Sometimes it will be
3387 const Locale&