Home
last modified time | relevance | path

Searched refs:customProps (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dvtzone.cpp1748 UVector *customProps = NULL; in write() local
1750 customProps = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); in write()
1759 customProps->addElement(icutzprop, status); in write()
1762 delete customProps; in write()
1766 writeZone(writer, *tz, customProps, status); in write()
1767 delete customProps; in write()
1778 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in write() local
1814 customProps.addElement(icutzprop, status); in write()
1820 writeZone(writer, rbtz, &customProps, status); in write()
1842 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in writeSimple() local
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Dvtzone.cpp1748 UVector *customProps = NULL; in write() local
1750 customProps = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); in write()
1759 customProps->addElement(icutzprop, status); in write()
1762 delete customProps; in write()
1766 writeZone(writer, *tz, customProps, status); in write()
1767 delete customProps; in write()
1778 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in write() local
1814 customProps.addElement(icutzprop, status); in write()
1820 writeZone(writer, rbtz, &customProps, status); in write()
1842 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in writeSimple() local
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dvtzone.h377 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps,
/external/icu/icu4c/source/i18n/unicode/
Dvtzone.h377 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps,