Home | History | Annotate | Download | only in i18n

Lines Matching defs:newObj

149     PluralRules *newObj = new PluralRules(status);
150 if (newObj==NULL || U_FAILURE(status)) {
151 delete newObj;
154 UnicodeString locRule = newObj->getRuleFromResource(locale, type, status);
164 parser.parse(locRule, newObj, status);
170 return newObj;