Searched refs:customProps (Results 1 - 2 of 2) sorted by relevance

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

Completed in 102 milliseconds