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

  /external/icu4c/i18n/
rbnf.cpp 747 const char* rules_tag = "RBNFRules";
766 UResourceBundle* rbnfRules = ures_getByKeyWithFallback(nfrb, rules_tag, NULL, &status);
770 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status);
772 ures_close(rbnfRules);
801 ures_close(rbnfRules);
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 188 LocalUResourceBundlePointer rbnfRules(ures_getByKey(en.getAlias(), "RBNFRules", NULL, &status));
189 LocalUResourceBundlePointer ruleSets(ures_getByKey(rbnfRules.getAlias(), "SpelloutRules", NULL, &status));
    [all...]

Completed in 151 milliseconds