Searched refs:doFormat (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/i18n/ |
D | nfrule.h | 64 void doFormat(int64_t number, UnicodeString& toAppendTo, int32_t pos) const; 65 void doFormat(double number, UnicodeString& toAppendTo, int32_t pos) const;
|
D | nfrs.cpp | 321 rule->doFormat(number, toAppendTo, pos); in format() 337 rule->doFormat(number, toAppendTo, pos); in format()
|
D | nfrule.cpp | 648 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
|
D | nfsubs.cpp | 883 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
|
D | decimfmt.cpp | 3275 UBool doFormat, in expandAffix() argument 3337 if (!doFormat) { in expandAffix()
|
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 2046 UBool doFormat,
|