HomeSort by relevance Sort by last modified time
    Searched full:tzfmt (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/i18n/
tzgnames.h 23 #include "unicode/tzfmt.h"
timezone.cpp 77 #include "unicode/tzfmt.h"
    [all...]
Android.bp 189 "tzfmt.cpp",
tzfmt.cpp 15 #include "unicode/tzfmt.h"
481 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local
484 fLocale == tzfmt->fLocale
485 && fGMTPattern == tzfmt->fGMTPattern
486 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
487 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
490 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
493 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
509 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); local
511 return tzfmt;
    [all...]
Makefile.in 98 tzfmt.o compactdecimalformat.o gender.o region.o scriptset.o \
i18n.vcxproj.filters 522 <ClCompile Include="tzfmt.cpp">
    [all...]
i18n_uwp.vcxproj 306 <ClCompile Include="tzfmt.cpp" />
585 <CustomBuild Include="unicode\tzfmt.h">
    [all...]
smpdtfmt.cpp 50 #include "unicode/tzfmt.h"
4132 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local
    [all...]
i18n.vcxproj 285 <ClCompile Include="tzfmt.cpp" />
    [all...]
  /external/icu/icu4c/source/test/hdrtst/
cxxfiles.txt 104 tzfmt.h
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 22 #include "unicode/tzfmt.h"
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 664 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); local
959 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); local
1047 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); local
    [all...]
DateFormatTest.java 679 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); local
680 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES));
681 tzfmt.freeze();
682 univ.setTimeZoneFormat(tzfmt);
684 sdf.setTimeZoneFormat(tzfmt);
3299 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 661 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); local
956 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); local
1044 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); local
    [all...]
DateFormatTest.java 676 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); local
677 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES));
678 tzfmt.freeze();
679 univ.setTimeZoneFormat(tzfmt);
681 sdf.setTimeZoneFormat(tzfmt);
3296 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 479 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
485 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
488 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
491 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
502 tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset);
507 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
511 result = tzfmt.formatOffsetLocalizedGMT(offset);
514 result = tzfmt.formatOffsetISO8601Basic(offset, false, false, false);
537 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale) local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 542 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
551 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
554 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
565 tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset);
570 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
574 result = tzfmt.formatOffsetLocalizedGMT(offset);
577 result = tzfmt.formatOffsetISO8601Basic(offset, false, false, false);
600 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale) local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
SimpleDateFormat.java 421 // * @param tzfmt the new time zone formatter
425 // public void setTimeZoneFormat(TimeZoneFormat tzfmt) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java 2446 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java 2443 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local
    [all...]
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 911 tzfmt.o tzgnames.o tznames.o tznames_impl.o
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h 40 #include "unicode/tzfmt.h" /* for UTimeZoneFormatTimeType */
    [all...]

Completed in 1823 milliseconds