Home | History | Annotate | Download | only in i18n

Lines Matching defs:ZoneStringFormat

529 // Mutex for protecting the lazy load of a zone ID (or a full load) to ZoneStringFormat structures.
534 ZoneStringFormatZoneStringFormat(const UnicodeString* const* strings,
633 ZoneStringFormat::ZoneStringFormat(const Locale &locale, UErrorCode &status)
661 ZoneStringFormat::loadZone(const UnicodeString &utzid, UErrorCode &status)
714 ZoneStringFormat::addSingleZone(UnicodeString &utzid, UErrorCode &status)
1097 ZoneStringFormat::loadFull(UErrorCode &status)
1168 ZoneStringFormat::~ZoneStringFormat() {
1177 ZoneStringFormat::getZoneStringFormat(const Locale& locale, UErrorCode &status) {
1190 ZoneStringFormat::createZoneStringsArray(UDate date, int32_t &rowCount, int32_t &colCount, UErrorCode &status) const {
1194 ZoneStringFormat *nonConstThis = const_cast<ZoneStringFormat *>(this);
1256 ZoneStringFormat::getSpecificLongString(const Calendar &cal, UnicodeString &result,
1273 ZoneStringFormat::getSpecificShortString(const Calendar &cal, UBool commonlyUsedOnly,
1290 ZoneStringFormat::getGenericLongString(const Calendar &cal, UnicodeString &result,
1296 ZoneStringFormat::getGenericShortString(const Calendar &cal, UBool commonlyUsedOnly,
1302 ZoneStringFormat::getGenericLocationString(const Calendar &cal, UnicodeString &result,
1311 ZoneStringFormat::findSpecificLong(const UnicodeString &text, int32_t start,
1317 ZoneStringFormat::findSpecificShort(const UnicodeString &text, int32_t start,
1323 ZoneStringFormat::findGenericLong(const UnicodeString &text, int32_t start,
1329 ZoneStringFormat::findGenericShort(const UnicodeString &text, int32_t start,
1335 ZoneStringFormat::findGenericLocation(const UnicodeString &text, int32_t start,
1341 ZoneStringFormat::getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date,
1347 ZoneStringFormat *nonConstThis = const_cast<ZoneStringFormat *>(this);
1414 ZoneStringFormat::getGenericString(const Calendar &cal, UBool isShort, UBool commonlyUsedOnly,
1427 ZoneStringFormat *nonConstThis = const_cast<ZoneStringFormat *>(this);
1584 ZoneStringFormat::getGenericPartialLocationString(const UnicodeString &tzid, UBool isShort,
1590 ZoneStringFormat *nonConstThis = const_cast<ZoneStringFormat *>(this);
1619 ZoneStringFormat::find(const UnicodeString &text, int32_t start, int32_t types,
1642 ZoneStringFormat *nonConstThis = const_cast<ZoneStringFormat *>(this);
1660 ZoneStringFormat::subFind(const UnicodeString &text, int32_t start, int32_t types,
1715 ZoneStringFormat::getRegion(UnicodeString &region) const {
1724 ZoneStringFormat::getFallbackFormat(const Locale &locale, UErrorCode &status) {
1745 ZoneStringFormat::getRegionFormat(const Locale& locale, UErrorCode &status) {
1766 ZoneStringFormat::getZoneStringFromBundle(const UResourceBundle *zoneitem, const char *key) {
1781 ZoneStringFormat::isCommonlyUsed(const UResourceBundle *zoneitem) {
1800 ZoneStringFormat::getLocalizedCountry(const UnicodeString &countryCode, const Locale &locale, UnicodeString &displayCountry) {
1953 const ZoneStringFormat*
1958 ZSFCacheEntry::ZSFCacheEntry(const Locale &locale, ZoneStringFormat *zsf, ZSFCacheEntry *next)
1968 const ZoneStringFormat*
1970 return (const ZoneStringFormat*)fZoneStringFormat;
2023 // Create a new ZoneStringFormat
2025 ZoneStringFormat *zsf = new ZoneStringFormat(locale, status);