Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrule.h64 void doFormat(int64_t number, UnicodeString& toAppendTo, int32_t pos) const;
65 void doFormat(double number, UnicodeString& toAppendTo, int32_t pos) const;
Dnfrs.cpp347 rule->doFormat(number, toAppendTo, pos); in format()
363 rule->doFormat(number, toAppendTo, pos); in format()
Dnfrule.cpp647 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos) const in doFormat() function in NFRule
669 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos) const in doFormat() function in NFRule
Dnfsubs.cpp909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
Ddecimfmt.cpp3799 UBool doFormat, in expandAffix() argument
3861 if (!doFormat) { in expandAffix()
/external/icu4c/i18n/unicode/
Ddecimfmt.h2149 UBool doFormat,