Searched refs:customProps (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | vtzone.cpp | 1747 UVector *customProps = NULL; in write() local 1749 customProps = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status); in write() 1758 customProps->addElement(icutzprop, status); in write() 1761 delete customProps; in write() 1765 writeZone(writer, *tz, customProps, status); in write() 1766 delete customProps; in write() 1777 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in write() local 1813 customProps.addElement(icutzprop, status); in write() 1819 writeZone(writer, rbtz, &customProps, status); in write() 1841 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status); in writeSimple() local [all …]
|
/external/icu4c/i18n/unicode/ |
D | vtzone.h | 377 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps,
|