Home | History | Annotate | Download | only in i18n

Lines Matching full:customprops

1742         UVector *customProps = NULL;
1744 customProps = new UVector(uhash_deleteUnicodeString, uhash_compareUnicodeString, status);
1753 customProps->addElement(icutzprop, status);
1756 delete customProps;
1760 writeZone(writer, *tz, customProps, status);
1761 delete customProps;
1772 UVector customProps(uhash_deleteUnicodeString, uhash_compareUnicodeString, status);
1808 customProps.addElement(icutzprop, status);
1814 writeZone(writer, rbtz, &customProps, status);
1836 UVector customProps(uhash_deleteUnicodeString, uhash_compareUnicodeString, status);
1863 customProps.addElement(icutzprop, status);
1869 writeZone(writer, rbtz, &customProps, status);
1887 UVector* customProps, UErrorCode& status) const {
1896 if (customProps != NULL) {
1897 for (int32_t i = 0; i < customProps->size(); i++) {
1898 UnicodeString *custprop = (UnicodeString*)customProps->elementAt(i);