Home | History | Annotate | Download | only in i18n

Lines Matching refs:newObj

215     PluralRules *newObj = new PluralRules(status);
216 if (newObj==NULL || U_FAILURE(status)) {
217 delete newObj;
220 UnicodeString locRule = newObj->getRuleFromResource(locale, type, status);
230 parser.parse(locRule, newObj, status);
236 return newObj;