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.java507 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat
1160 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()
1373 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java547 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat
1221 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()
1434 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp976 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1220 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1393 TimeZoneFormat::getTZDBTimeZoneNames(UErrorCode& status) const { in getTZDBTimeZoneNames() function in TimeZoneFormat