/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 308 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 310 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 409 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat 420 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat() 429 TimeZoneFormat& 430 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =() 474 TimeZoneFormat::operator==(const Format& other) const { in operator ==() 475 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==() 497 TimeZoneFormat::clone() const { in clone() 498 return new TimeZoneFormat(*this); in clone() [all …]
|
D | timezone.cpp | 1203 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1234 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1274 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
|
D | smpdtfmt.cpp | 3533 const TimeZoneFormat* 3535 return (const TimeZoneFormat*)tzFormat(); in getTimeZoneFormat() 3540 SimpleDateFormat::adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt) in adoptTimeZoneFormat() 3548 SimpleDateFormat::setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat) in setTimeZoneFormat() 3551 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat); in setTimeZoneFormat() 3801 TimeZoneFormat * 3808 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 30 import android.icu.text.TimeZoneFormat; 31 import android.icu.text.TimeZoneFormat.GMTOffsetPatternType; 32 import android.icu.text.TimeZoneFormat.ParseOption; 33 import android.icu.text.TimeZoneFormat.Style; 34 import android.icu.text.TimeZoneFormat.TimeType; 143 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip() 641 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse() 671 TimeZoneFormat fmt = TimeZoneFormat.getInstance(ULocale.ENGLISH); in TestParseCoverage() 933 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat() 944 tzfmt = TimeZoneFormat.getInstance(loc); in TestFormat() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 29 import com.ibm.icu.text.TimeZoneFormat; 30 import com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType; 31 import com.ibm.icu.text.TimeZoneFormat.ParseOption; 32 import com.ibm.icu.text.TimeZoneFormat.Style; 33 import com.ibm.icu.text.TimeZoneFormat.TimeType; 139 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip() 637 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse() 667 TimeZoneFormat fmt = TimeZoneFormat.getInstance(ULocale.ENGLISH); in TestParseCoverage() 929 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat() 940 tzfmt = TimeZoneFormat.getInstance(loc); in TestFormat() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 270 class U_I18N_API TimeZoneFormat : public Format { 276 TimeZoneFormat(const TimeZoneFormat& other); 282 virtual ~TimeZoneFormat(); 288 TimeZoneFormat& operator=(const TimeZoneFormat& other); 316 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 670 TimeZoneFormat(const Locale& locale, UErrorCode& status);
|
D | smpdtfmt.h | 47 class TimeZoneFormat; variable 1106 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt); 1113 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat); 1120 virtual const TimeZoneFormat* getTimeZoneFormat(void) const; 1495 TimeZoneFormat *tzFormat() const; 1547 TimeZoneFormat* fTimeZoneFormat;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | TimeZone.java | 24 import android.icu.text.TimeZoneFormat; 25 import android.icu.text.TimeZoneFormat.Style; 26 import android.icu.text.TimeZoneFormat.TimeType; 483 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() 511 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() 541 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 23 import com.ibm.icu.text.TimeZoneFormat; 24 import com.ibm.icu.text.TimeZoneFormat.Style; 25 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/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 65 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class 415 protected TimeZoneFormat(ULocale locale) { in TimeZoneFormat() method in TimeZoneFormat 485 public static TimeZoneFormat getInstance(ULocale locale) { in getInstance() 503 public static TimeZoneFormat getInstance(Locale locale) { in getInstance() 564 public TimeZoneFormat setTimeZoneNames(TimeZoneNames tznames) { in setTimeZoneNames() 596 public TimeZoneFormat setGMTPattern(String pattern) { in setGMTPattern() 626 public TimeZoneFormat setGMTOffsetPattern(GMTOffsetPatternType type, String pattern) { in setGMTOffsetPattern() 669 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() 704 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() 729 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) { in setDefaultParseOptions() [all …]
|
D | SimpleDateFormat.java | 32 import com.ibm.icu.text.TimeZoneFormat.Style; 33 import com.ibm.icu.text.TimeZoneFormat.TimeType; 918 private volatile TimeZoneFormat tzFormat; 1130 tzFormat = TimeZoneFormat.getInstance(locale); in initializeTimeZoneFormat() 1155 private TimeZoneFormat tzFormat() { in tzFormat() 3572 public TimeZoneFormat getTimeZoneFormat() { in getTimeZoneFormat() 3582 public void setTimeZoneFormat(TimeZoneFormat tzfmt) { in setTimeZoneFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 65 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class 378 protected TimeZoneFormat(ULocale locale) { in TimeZoneFormat() method in TimeZoneFormat 447 public static TimeZoneFormat getInstance(ULocale locale) { in getInstance() 464 public static TimeZoneFormat getInstance(Locale locale) { in getInstance() 523 public TimeZoneFormat setTimeZoneNames(TimeZoneNames tznames) { in setTimeZoneNames() 553 public TimeZoneFormat setGMTPattern(String pattern) { in setGMTPattern() 581 public TimeZoneFormat setGMTOffsetPattern(GMTOffsetPatternType type, String pattern) { in setGMTOffsetPattern() 622 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() 655 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() 679 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) { in setDefaultParseOptions() [all …]
|
D | SimpleDateFormat.java | 33 import android.icu.text.TimeZoneFormat.Style; 34 import android.icu.text.TimeZoneFormat.TimeType; 917 private volatile TimeZoneFormat tzFormat; 1125 tzFormat = TimeZoneFormat.getInstance(locale); in initializeTimeZoneFormat() 1150 private TimeZoneFormat tzFormat() { in tzFormat() 3548 public TimeZoneFormat getTimeZoneFormat() { in getTimeZoneFormat() 3557 public void setTimeZoneFormat(TimeZoneFormat tzfmt) { in setTimeZoneFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatTests.java | 40 import android.icu.text.TimeZoneFormat; 41 import android.icu.text.TimeZoneFormat.Style; 1830 … TimeZoneFormat tmptzf = (TimeZoneFormat)((SimpleDateFormat)dfb).getTimeZoneFormat().clone(); in hasSameBehavior() 2351 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects() 2357 TimeZoneFormat tzfa = (TimeZoneFormat)a; in hasSameBehavior() 2358 TimeZoneFormat tzfb = (TimeZoneFormat)b; in hasSameBehavior()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatTests.java | 39 import com.ibm.icu.text.TimeZoneFormat; 40 import com.ibm.icu.text.TimeZoneFormat.Style; 1829 … TimeZoneFormat tmptzf = (TimeZoneFormat)((SimpleDateFormat)dfb).getTimeZoneFormat().clone(); in hasSameBehavior() 2350 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects() 2356 TimeZoneFormat tzfa = (TimeZoneFormat)a; in hasSameBehavior() 2357 TimeZoneFormat tzfb = (TimeZoneFormat)b; in hasSameBehavior()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 821 …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()
|
/external/icu/icu4j/tools/build/ |
D | icu4j52.api3.gz |
|
D | icu4j51.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz |
|
D | icu4j53.api3.gz |
|
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j49.api3.gz |
|
D | icu4j48.api3.gz | 12;ICU4J 4.8;;
2ST@3.6;PB;NS;NF;NS; ... |