Home
last modified time | relevance | path

Searched refs:TimeZoneFormat (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp314 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
316 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
415 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat
426 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat()
435 TimeZoneFormat&
436 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =()
480 TimeZoneFormat::operator==(const Format& other) const { in operator ==()
481 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==()
503 TimeZoneFormat::clone() const { in clone()
504 return new TimeZoneFormat(*this); in clone()
[all …]
Dsmpdtfmt.cpp1683 const TimeZoneFormat *tzfmt = tzFormat(status); in subFormat()
3428 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3443 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3456 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3483 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3496 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3526 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3556 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse()
3914 const TimeZoneFormat*
3922 return (const TimeZoneFormat*)tzFormat(status); in getTimeZoneFormat()
[all …]
Dtimezone.cpp1206 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
1237 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
1277 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h272 class U_I18N_API TimeZoneFormat : public Format {
278 TimeZoneFormat(const TimeZoneFormat& other);
284 virtual ~TimeZoneFormat();
290 TimeZoneFormat& operator=(const TimeZoneFormat& other);
318 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
672 TimeZoneFormat(const Locale& locale, UErrorCode& status);
Dsmpdtfmt.h49 class TimeZoneFormat; variable
1118 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt);
1125 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat);
1132 virtual const TimeZoneFormat* getTimeZoneFormat(void) const;
1534 TimeZoneFormat *tzFormat(UErrorCode &status) const;
1586 TimeZoneFormat* fTimeZoneFormat;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java38 import com.ibm.icu.text.TimeZoneFormat;
39 import com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType;
40 import com.ibm.icu.text.TimeZoneFormat.ParseOption;
41 import com.ibm.icu.text.TimeZoneFormat.Style;
42 import com.ibm.icu.text.TimeZoneFormat.TimeType;
148 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip()
661 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse()
692 TimeZoneFormat fmt = TimeZoneFormat.getInstance(ULocale.ENGLISH); in TestParseCoverage()
956 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat()
967 tzfmt = TimeZoneFormat.getInstance(loc); in TestFormat()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java39 import android.icu.text.TimeZoneFormat;
40 import android.icu.text.TimeZoneFormat.GMTOffsetPatternType;
41 import android.icu.text.TimeZoneFormat.ParseOption;
42 import android.icu.text.TimeZoneFormat.Style;
43 import android.icu.text.TimeZoneFormat.TimeType;
151 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip()
664 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse()
695 TimeZoneFormat fmt = TimeZoneFormat.getInstance(ULocale.ENGLISH); in TestParseCoverage()
959 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat()
970 tzfmt = TimeZoneFormat.getInstance(loc); in TestFormat()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DTimeZone.java27 import android.icu.text.TimeZoneFormat;
28 import android.icu.text.TimeZoneFormat.Style;
29 import android.icu.text.TimeZoneFormat.TimeType;
478 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
506 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
536 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java26 import com.ibm.icu.text.TimeZoneFormat;
27 import com.ibm.icu.text.TimeZoneFormat.Style;
28 import com.ibm.icu.text.TimeZoneFormat.TimeType;
542 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
570 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
600 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java69 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class
382 protected TimeZoneFormat(ULocale locale) { in TimeZoneFormat() method in TimeZoneFormat
451 public static TimeZoneFormat getInstance(ULocale locale) { in getInstance()
468 public static TimeZoneFormat getInstance(Locale locale) { in getInstance()
527 public TimeZoneFormat setTimeZoneNames(TimeZoneNames tznames) { in setTimeZoneNames()
557 public TimeZoneFormat setGMTPattern(String pattern) { in setGMTPattern()
585 public TimeZoneFormat setGMTOffsetPattern(GMTOffsetPatternType type, String pattern) { in setGMTOffsetPattern()
626 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits()
659 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat()
683 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) { in setDefaultParseOptions()
[all …]
DSimpleDateFormat.java38 import android.icu.text.TimeZoneFormat.Style;
39 import android.icu.text.TimeZoneFormat.TimeType;
924 private volatile TimeZoneFormat tzFormat;
1149 tzFormat = TimeZoneFormat.getInstance(locale); in initializeTimeZoneFormat()
1181 private TimeZoneFormat tzFormat() { in tzFormat()
3924 public TimeZoneFormat getTimeZoneFormat() { in getTimeZoneFormat()
3933 public void setTimeZoneFormat(TimeZoneFormat tzfmt) { in setTimeZoneFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java69 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class
419 protected TimeZoneFormat(ULocale locale) { in TimeZoneFormat() method in TimeZoneFormat
489 public static TimeZoneFormat getInstance(ULocale locale) { in getInstance()
507 public static TimeZoneFormat getInstance(Locale locale) { in getInstance()
568 public TimeZoneFormat setTimeZoneNames(TimeZoneNames tznames) { in setTimeZoneNames()
600 public TimeZoneFormat setGMTPattern(String pattern) { in setGMTPattern()
630 public TimeZoneFormat setGMTOffsetPattern(GMTOffsetPatternType type, String pattern) { in setGMTOffsetPattern()
673 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits()
708 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat()
733 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) { in setDefaultParseOptions()
[all …]
DSimpleDateFormat.java37 import com.ibm.icu.text.TimeZoneFormat.Style;
38 import com.ibm.icu.text.TimeZoneFormat.TimeType;
925 private volatile TimeZoneFormat tzFormat;
1154 tzFormat = TimeZoneFormat.getInstance(locale); in initializeTimeZoneFormat()
1186 private TimeZoneFormat tzFormat() { in tzFormat()
3949 public TimeZoneFormat getTimeZoneFormat() { in getTimeZoneFormat()
3959 public void setTimeZoneFormat(TimeZoneFormat tzfmt) { in setTimeZoneFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java42 import android.icu.text.TimeZoneFormat;
43 import android.icu.text.TimeZoneFormat.Style;
1886TimeZoneFormat tmptzf = (TimeZoneFormat)((SimpleDateFormat)dfb).getTimeZoneFormat().clone(); in hasSameBehavior()
2448 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects()
2455 TimeZoneFormat tzfa = (TimeZoneFormat)a; in hasSameBehavior()
2456 TimeZoneFormat tzfb = (TimeZoneFormat)b; in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java41 import com.ibm.icu.text.TimeZoneFormat;
42 import com.ibm.icu.text.TimeZoneFormat.Style;
1883TimeZoneFormat tmptzf = (TimeZoneFormat)((SimpleDateFormat)dfb).getTimeZoneFormat().clone(); in hasSameBehavior()
2445 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects()
2452 TimeZoneFormat tzfa = (TimeZoneFormat)a; in hasSameBehavior()
2453 TimeZoneFormat tzfb = (TimeZoneFormat)b; in hasSameBehavior()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp821 …LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestParse()
1105 …LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestFormat()
1196 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(loc, status)); in TestFormatTZDBNames()
1248 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale("en"), status)); in TestFormatCustomZone()
/external/icu/icu4j/
Dcoverage-exclusion.txt996 com/ibm/icu/text/TimeZoneFormat#formatToCharacterIterator:(Ljava/lang/Object;)Ljava/text/Attributed…
997 com/ibm/icu/text/TimeZoneFormat$GMTOffsetField#getWidth:()I
998 com/ibm/icu/text/TimeZoneFormat$GMTOffsetPatternType#defaultPattern:()Ljava/lang/String;
999 com/ibm/icu/text/TimeZoneFormat$GMTOffsetPatternType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/
1000 com/ibm/icu/text/TimeZoneFormat$OffsetFields#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZone…
1001 com/ibm/icu/text/TimeZoneFormat$OffsetFields#values:()[Lcom/ibm/icu/text/TimeZoneFormat$OffsetField…
1002 com/ibm/icu/text/TimeZoneFormat$ParseOption#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZoneF…
1003 com/ibm/icu/text/TimeZoneFormat$Style#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZoneFormat$…
1004 com/ibm/icu/text/TimeZoneFormat$TimeType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZoneForm…
1005 com/ibm/icu/text/TimeZoneFormat$TimeType#values:()[Lcom/ibm/icu/text/TimeZoneFormat$TimeType;
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j59.api3.gz
Dicu4j58.api3.gz
Dicu4j61.api3.gz12;ICU4J 61.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j60.api3.gz

12