Home | History | Annotate | Download | only in i18n

Lines Matching refs:Locale

469         // Some of the locale/timezone OS functions may not be thread safe,
1199 return getDisplayName(FALSE,LONG,Locale::getDefault(), result);
1203 TimeZone::getDisplayName(const Locale& locale, UnicodeString& result) const
1205 return getDisplayName(FALSE, LONG, locale, result);
1211 return getDisplayName(daylight,style, Locale::getDefault(), result);
1223 TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const
1231 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1262 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1293 LocalPointer<TimeZoneNames> tznames(TimeZoneNames::createInstance(locale, status));
1302 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));