Home | History | Annotate | Download | only in i18n

Lines Matching refs:locRule

162     UnicodeString locRule = newObj->getRuleFromResource(locale, type, status);
163 if ((locRule.length() != 0) && U_SUCCESS(status)) {
164 newObj->parseDescription(locRule, rChain, status);
169 if (U_FAILURE(status)||(locRule.length() == 0)) {