Searched refs:getTZDBTimeZoneNames (Results 1 – 3 of 3) sorted by relevance
750 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
545 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat1219 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()1432 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
974 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