Home
last modified time | relevance | path

Searched defs:doFormat (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
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
/external/chromium_org/third_party/icu/source/i18n/
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
Ddecimfmt.cpp4167 UBool doFormat, in expandAffix()