Home
last modified time | relevance | path

Searched refs:fZoneItem (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dzstrfmt.cpp543 fZoneItem(NULL), in ZoneStringFormat()
641 fZoneItem(NULL), in ZoneStringFormat()
762 fZoneItem = ures_getByKeyWithFallback(fZoneStringsArray, zidkey, fZoneItem, &status); in addSingleZone()
765 ures_close(fZoneItem); in addSingleZone()
766 fZoneItem = NULL; in addSingleZone()
774 zstrarray[ZSIDX_LONG_STANDARD] = getZoneStringFromBundle(fZoneItem, gLongStandardTag); in addSingleZone()
775 zstrarray[ZSIDX_SHORT_STANDARD] = getZoneStringFromBundle(fZoneItem, gShortStandardTag); in addSingleZone()
776 zstrarray[ZSIDX_LONG_DAYLIGHT] = getZoneStringFromBundle(fZoneItem, gLongDaylightTag); in addSingleZone()
777 zstrarray[ZSIDX_SHORT_DAYLIGHT] = getZoneStringFromBundle(fZoneItem, gShortDaylightTag); in addSingleZone()
778 zstrarray[ZSIDX_LONG_GENERIC] = getZoneStringFromBundle(fZoneItem, gLongGenericTag); in addSingleZone()
[all …]
Dzstrfmt.h298 UResourceBundle *fZoneItem; variable