Searched refs:customProps (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 1751 UVector customProps(nullptr, uhash_compareUnicodeString, status); in write() local 1757 customProps.addElement(&icutzprop, status); in write() 1759 writeZone(writer, *tz, &customProps, status); in write() 1770 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in write() local 1806 customProps.addElement(icutzprop, status); in write() 1812 writeZone(writer, rbtz, &customProps, status); in write() 1834 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in writeSimple() local 1861 customProps.addElement(icutzprop, status); in writeSimple() 1867 writeZone(writer, rbtz, &customProps, status); in writeSimple() 1885 UVector* customProps, UErrorCode& status) const { in writeZone() argument [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | vtzone.h | 379 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps,
|