HomeSort by relevance Sort by last modified time
    Searched refs:spelloutRules (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 190 LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "SpelloutRules", NULL, &status));
198 const UChar *spelloutRules = desc.getTerminatedBuffer();
200 if(U_FAILURE(status) || ruleLen == 0 || spelloutRules == NULL) {
204 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
210 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 190 LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "SpelloutRules", NULL, &status));
198 const UChar *spelloutRules = desc.getTerminatedBuffer();
200 if(U_FAILURE(status) || ruleLen == 0 || spelloutRules == NULL) {
204 RuleBasedNumberFormat ruleCtorResult(spelloutRules, Locale::getUS(), perror, status);
210 RuleBasedNumberFormat nf(spelloutRules, (UnicodeString)"", Locale::getUS(), perror, status);
    [all...]

Completed in 219 milliseconds