Searched refs:fmt_tag (Results 1 – 1 of 1) sorted by relevance
827 const char* fmt_tag = ""; in RuleBasedNumberFormat() local829 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()