Lines Matching defs:customProps
1747 UVector *customProps = NULL;
1749 customProps = new UVector(uprv_deleteUObject, uhash_compareUnicodeString, status);
1758 customProps->addElement(icutzprop, status);
1761 delete customProps;
1765 writeZone(writer, *tz, customProps, status);
1766 delete customProps;
1777 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status);
1813 customProps.addElement(icutzprop, status);
1819 writeZone(writer, rbtz, &customProps, status);
1841 UVector customProps(uprv_deleteUObject, uhash_compareUnicodeString, status);
1868 customProps.addElement(icutzprop, status);
1874 writeZone(writer, rbtz, &customProps, status);
1892 UVector* customProps, UErrorCode& status) const {
1901 if (customProps != NULL) {
1902 for (int32_t i = 0; i < customProps->size(); i++) {
1903 UnicodeString *custprop = (UnicodeString*)customProps->elementAt(i);