Home | History | Annotate | Download | only in i18n

Lines Matching defs:newObj

252     PluralRules *newObj = new PluralRules(status);
253 if (newObj==NULL || U_FAILURE(status)) {
254 delete newObj;
257 UnicodeString locRule = newObj->getRuleFromResource(locale, type, status);
267 parser.parse(locRule, newObj, status);
273 return newObj;