Lines Matching refs:customProps
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
1868 customProps.addElement(icutzprop, status); in writeSimple()
1874 writeZone(writer, rbtz, &customProps, status); in writeSimple()
1892 UVector* customProps, UErrorCode& status) const { in writeZone() argument
1901 if (customProps != NULL) { in writeZone()
1902 for (int32_t i = 0; i < customProps->size(); i++) { in writeZone()
1903 UnicodeString *custprop = (UnicodeString*)customProps->elementAt(i); in writeZone()