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

  /external/icu/icu4c/source/i18n/
tznames_impl.h 230 class TZDBTimeZoneNames : public TimeZoneNames {
232 TZDBTimeZoneNames(const Locale& locale);
233 virtual ~TZDBTimeZoneNames();
tznames_impl.cpp 46 // stuff for TZDBTimeZoneNames
    [all...]
tznames.cpp 323 instance = new TZDBTimeZoneNames(locale);
tzfmt.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 42 public class TZDBTimeZoneNames extends TimeZoneNames {
60 public TZDBTimeZoneNames(ULocale loc) {
350 synchronized(TZDBTimeZoneNames.class) {
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 254 class TZDBTimeZoneNames;
711 /* TZDBTimeZoneNames object used for parsing */
712 TZDBTimeZoneNames* fTZDBTimeZoneNames;
745 * Lazily create a TZDBTimeZoneNames instance
747 * @return the cached TZDBTimeZoneNames.
749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 40 public class TZDBTimeZoneNames extends TimeZoneNames {
58 public TZDBTimeZoneNames(ULocale loc) {
348 synchronized(TZDBTimeZoneNames.class) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 21 import android.icu.impl.TZDBTimeZoneNames;
182 return new TZDBTimeZoneNames(locale);
TimeZoneFormat.java 37 import android.icu.impl.TZDBTimeZoneNames;
502 * Private method returning the instance of TZDBTimeZoneNames.
505 * @return an instance of TZDBTimeZoneNames.
511 _tzdbNames = new TZDBTimeZoneNames(_locale);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 20 import com.ibm.icu.impl.TZDBTimeZoneNames;
203 return new TZDBTimeZoneNames(locale);
TimeZoneFormat.java 36 import com.ibm.icu.impl.TZDBTimeZoneNames;
542 * Private method returning the instance of TZDBTimeZoneNames.
545 * @return an instance of TZDBTimeZoneNames.
551 _tzdbNames = new TZDBTimeZoneNames(_locale);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java 19 import android.icu.impl.TZDBTimeZoneNames;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java 18 import com.ibm.icu.impl.TZDBTimeZoneNames;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 32 import android.icu.impl.TZDBTimeZoneNames;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 31 import com.ibm.icu.impl.TZDBTimeZoneNames;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1166 milliseconds