Searched refs:getTZDBTimeZoneNames (Results 1 – 4 of 4) sorted by relevance
749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
507 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat1160 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()1373 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
547 private TimeZoneNames getTZDBTimeZoneNames() { in getTZDBTimeZoneNames() method in TimeZoneFormat1221 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse()1434 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse()
976 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