Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h750 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java545 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat
1219 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()
1432 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp974 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1218 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1391 TimeZoneFormat::getTZDBTimeZoneNames(UErrorCode& status) const { in getTZDBTimeZoneNames() function in TimeZoneFormat