Searched refs:doFormat (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/icu/source/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 | 347 rule->doFormat(number, toAppendTo, pos); in format() 363 rule->doFormat(number, toAppendTo, pos); in format()
|
D | nfrule.cpp | 647 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
|
D | nfsubs.cpp | 909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
|
D | decimfmt.cpp | 4167 UBool doFormat, in expandAffix() argument 4229 if (!doFormat) { in expandAffix()
|
/external/icu/icu4c/source/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 | 347 rule->doFormat(number, toAppendTo, pos); in format() 363 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 | 909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution() 935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
|
D | decimfmt.cpp | 4256 UBool doFormat, 4318 if (!doFormat) {
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | decimfmt.h | 2107 UBool doFormat,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | decimfmt.h | 2135 UBool doFormat,
|