Lines Matching full:getdisplayname
20 * Added getDisplayName API
24 * - should getDisplayName cache something?
26 * 08/10/98 stephen Brought getDisplayName() API in-line w/ conventions
1147 TimeZone::getDisplayName(UnicodeString& result) const
1149 return getDisplayName(FALSE,LONG,Locale::getDefault(), result);
1153 TimeZone::getDisplayName(const Locale& locale, UnicodeString& result) const
1155 return getDisplayName(FALSE, LONG, locale, result);
1159 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const
1161 return getDisplayName(daylight,style, Locale::getDefault(), result);
1173 TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const
1249 tznames->getDisplayName(canonicalID, nameType, date, result);