Home
last modified time | relevance | path

Searched refs:fmt_tag (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbnf.cpp827 const char* fmt_tag = ""; in RuleBasedNumberFormat() local
829 case URBNF_SPELLOUT: fmt_tag = "SpelloutRules"; break; in RuleBasedNumberFormat()
830 case URBNF_ORDINAL: fmt_tag = "OrdinalRules"; break; in RuleBasedNumberFormat()
831 case URBNF_DURATION: fmt_tag = "DurationRules"; break; in RuleBasedNumberFormat()
832 case URBNF_NUMBERING_SYSTEM: fmt_tag = "NumberingSystemRules"; break; in RuleBasedNumberFormat()
848 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status); in RuleBasedNumberFormat()