Home | History | Annotate | Download | only in i18n

Lines Matching defs:newObj

157     PluralRules *newObj = new PluralRules(status);
158 if (newObj==NULL || U_FAILURE(status)) {
159 delete newObj;
162 UnicodeString locRule = newObj->getRuleFromResource(locale, type, status);
164 newObj->parseDescription(locRule, rChain, status);
166 newObj->addRules(rChain);
173 newObj->parseDescription(defRule, rChain, status);
174 newObj->addRules(rChain);
177 return newObj;