/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZone.java | 483 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local 489 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType); 492 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType); 495 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType); 506 tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset); 511 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local 515 result = tzfmt.formatOffsetLocalizedGMT(offset); 518 result = tzfmt.formatOffsetISO8601Basic(offset, false, false, false); 541 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/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 641 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); local 933 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); local 1020 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); local [all...] |
DateFormatTest.java | 665 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); local 666 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES)); 667 tzfmt.freeze(); 668 univ.setTimeZoneFormat(tzfmt); 670 sdf.setTimeZoneFormat(tzfmt); 3251 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); local [all...] |
/external/icu/icu4c/source/i18n/ |
tzfmt.cpp | 13 #include "unicode/tzfmt.h" 475 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local 478 fLocale == tzfmt->fLocale 479 && fGMTPattern == tzfmt->fGMTPattern 480 && fGMTZeroFormat == tzfmt->fGMTZeroFormat 481 && *fTimeZoneNames == *tzfmt->fTimeZoneNames; 484 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i]; 487 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i]; 503 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); local 505 return tzfmt; [all...] |
smpdtfmt.cpp | 47 #include "unicode/tzfmt.h" 3808 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 637 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); local 929 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); local 1016 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); local [all...] |
DateFormatTest.java | 661 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); local 662 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES)); 663 tzfmt.freeze(); 664 univ.setTimeZoneFormat(tzfmt); 666 sdf.setTimeZoneFormat(tzfmt); 3247 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
FormatTests.java | 2351 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
FormatTests.java | 2350 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local [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 | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |