Searched refs:getTZDBTimeZoneNames (Results 1 – 4 of 4) sorted by relevance
749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
508 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat1161 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()1374 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
548 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat1222 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()1435 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
980 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