Lines Matching full:customprops
1748 UVector *customProps = NULL;
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_deleteUObject, uhash_compareUnicodeString, status);
1869 customProps.addElement(icutzprop, status);
1875 writeZone(writer, rbtz, &customProps, status);
1893 UVector* customProps, UErrorCode& status) const {
1902 if (customProps != NULL) {
1903 for (int32_t i = 0; i < customProps->size(); i++) {
1904 UnicodeString *custprop = (UnicodeString*)customProps->elementAt(i);