Home
last modified time | relevance | path

Searched refs:getTZDBTimeZoneNames (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java508 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat
1161 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()
1374 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java548 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat
1222 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()
1435 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp980 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1224 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1397 TimeZoneFormat::getTZDBTimeZoneNames(UErrorCode& status) const { in getTZDBTimeZoneNames() function in TimeZoneFormat