Searched defs:TimeZoneNamesImpl (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtznames_impl.h165 class TimeZoneNamesImpl : public TimeZoneNames { class in inherits:TimeZoneNames
167 TimeZoneNamesImpl(const Locale& locale, UErrorCode& status);
169 virtual ~TimeZoneNamesImpl();
H A Dtznames_impl.cpp684 TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, tmpName);
873 // TimeZoneNamesImpl
911 TimeZoneNamesImpl::TimeZoneNamesImpl(const Locale& locale, UErrorCode& status) function in class:TimeZoneNamesImpl
922 TimeZoneNamesImpl::initialize(const Locale& locale, UErrorCode& status) {
965 TimeZoneNamesImpl::loadStrings(const UnicodeString& tzCanonicalID) {
982 TimeZoneNamesImpl::~TimeZoneNamesImpl() {
987 TimeZoneNamesImpl::cleanup() {
1003 TimeZoneNamesImpl
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneNamesImpl.java40 public class TimeZoneNamesImpl extends TimeZoneNames { class in inherits:TimeZoneNames
55 // These are hard cache. We create only one TimeZoneNamesImpl per locale
65 public TimeZoneNamesImpl(ULocale locale) { method in class:TimeZoneNamesImpl
79 synchronized (TimeZoneNamesImpl.class) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java38 public class TimeZoneNamesImpl extends TimeZoneNames { class in inherits:TimeZoneNames
53 // These are hard cache. We create only one TimeZoneNamesImpl per locale
63 public TimeZoneNamesImpl(ULocale locale) { method in class:TimeZoneNamesImpl
77 synchronized (TimeZoneNamesImpl.class) {

Completed in 378 milliseconds