HomeSort by relevance Sort by last modified time
    Searched refs:TimeZoneNamesImpl (Results 1 - 18 of 18) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesFactoryImpl.java 25 return new TimeZoneNamesImpl(locale);
TZDBTimeZoneNames.java 67 return TimeZoneNamesImpl._getAvailableMetaZoneIDs();
75 return TimeZoneNamesImpl._getAvailableMetaZoneIDs(tzID);
83 return TimeZoneNamesImpl._getMetaZoneID(tzID, date);
91 return TimeZoneNamesImpl._getReferenceZoneID(mzID, region);
344 Set<String> mzIDs = TimeZoneNamesImpl._getAvailableMetaZoneIDs();
TimeZoneNamesImpl.java 40 public class TimeZoneNamesImpl extends TimeZoneNames {
55 // These are hard cache. We create only one TimeZoneNamesImpl per locale
65 public TimeZoneNamesImpl(ULocale locale) {
79 synchronized (TimeZoneNamesImpl.class) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesFactoryImpl.java 23 return new TimeZoneNamesImpl(locale);
TZDBTimeZoneNames.java 65 return TimeZoneNamesImpl._getAvailableMetaZoneIDs();
73 return TimeZoneNamesImpl._getAvailableMetaZoneIDs(tzID);
81 return TimeZoneNamesImpl._getMetaZoneID(tzID, date);
89 return TimeZoneNamesImpl._getReferenceZoneID(mzID, region);
342 Set<String> mzIDs = TimeZoneNamesImpl._getAvailableMetaZoneIDs();
TimeZoneNamesImpl.java 38 public class TimeZoneNamesImpl extends TimeZoneNames {
53 // These are hard cache. We create only one TimeZoneNamesImpl per locale
63 public TimeZoneNamesImpl(ULocale locale) {
77 synchronized (TimeZoneNamesImpl.class) {
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 684 TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, tmpName);
873 // TimeZoneNamesImpl
911 TimeZoneNamesImpl::TimeZoneNamesImpl(const Locale& locale, UErrorCode& status)
922 TimeZoneNamesImpl::initialize(const Locale& locale, UErrorCode& status) {
965 TimeZoneNamesImpl::loadStrings(const UnicodeString& tzCanonicalID) {
982 TimeZoneNamesImpl::~TimeZoneNamesImpl() {
987 TimeZoneNamesImpl::cleanup() {
1003 TimeZoneNamesImpl::operator==(const TimeZoneNames& other) const
    [all...]
tznames_impl.h 165 class TimeZoneNamesImpl : public TimeZoneNames {
167 TimeZoneNamesImpl(const Locale& locale, UErrorCode& status);
169 virtual ~TimeZoneNamesImpl();
tznames.cpp 73 delete (icu::TimeZoneNamesImpl*) entry->names;
155 tznames = new TimeZoneNamesImpl(locale, status);
318 return TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, name);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 20 import android.icu.impl.TimeZoneNamesImpl;
299 return TimeZoneNamesImpl.getDefaultExemplarLocationName(tzID);
TimeZoneFormat.java 39 import android.icu.impl.TimeZoneNamesImpl;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 19 import com.ibm.icu.impl.TimeZoneNamesImpl;
328 return TimeZoneNamesImpl.getDefaultExemplarLocationName(tzID);
TimeZoneFormat.java 38 import com.ibm.icu.impl.TimeZoneNamesImpl;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 1643 milliseconds