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.cpp321 rule->doFormat(number, toAppendTo, pos); in format()
337 rule->doFormat(number, toAppendTo, pos); in format()
Dnfrule.cpp648 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos) const in doFormat() function in NFRule
670 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos) const in doFormat() function in NFRule
Dnfsubs.cpp883 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
Ddecimfmt.cpp3275 UBool doFormat, in expandAffix() argument
3337 if (!doFormat) { in expandAffix()
/external/icu4c/i18n/unicode/
Ddecimfmt.h2046 UBool doFormat,