Searched refs:makeRBNF (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 1575 static Format* makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRuleSet, UErrorCode& ec) { in makeRBNF() function 1761 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat() 1765 fmt = makeRBNF(URBNF_ORDINAL, fLocale, style, ec); in createAppropriateFormat() 1769 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 1576 static Format* makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRuleSet, UErrorCode& ec) { in makeRBNF() function 1762 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat() 1766 fmt = makeRBNF(URBNF_ORDINAL, fLocale, style, ec); in createAppropriateFormat() 1770 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 1573 static Format* makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRuleSet, UErrorCode& ec) { in makeRBNF() function 1759 fmt = makeRBNF(URBNF_SPELLOUT, fLocale, style, ec); in createAppropriateFormat() 1763 fmt = makeRBNF(URBNF_ORDINAL, fLocale, style, ec); in createAppropriateFormat() 1767 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()
|
Completed in 14 milliseconds