Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbnf.cpp753 const char* fmt_tag = ""; in RuleBasedNumberFormat() local
755 case URBNF_SPELLOUT: fmt_tag = "SpelloutRules"; break; in RuleBasedNumberFormat()
756 case URBNF_ORDINAL: fmt_tag = "OrdinalRules"; break; in RuleBasedNumberFormat()
757 case URBNF_DURATION: fmt_tag = "DurationRules"; break; in RuleBasedNumberFormat()
758 case URBNF_NUMBERING_SYSTEM: fmt_tag = "NumberingSystemRules"; break; in RuleBasedNumberFormat()
774 UResourceBundle* ruleSets = ures_getByKeyWithFallback(rbnfRules, fmt_tag, NULL, &status); in RuleBasedNumberFormat()