Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumfmt.cpp476 class ArgExtractor { class
482 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status);
483 ~ArgExtractor();
491 ArgExtractor::number(void) const { in number()
496 ArgExtractor::wasCurrency(void) const { in wasCurrency()
501 ArgExtractor::iso(void) const { in iso()
505 ArgExtractor::ArgExtractor(const NumberFormat& /*nf*/, const Formattable& obj, UErrorCode& /*status… in ArgExtractor() function in ArgExtractor
522 ArgExtractor::~ArgExtractor() { in ~ArgExtractor()
566 ArgExtractor arg(*this, obj, status); in format()
621 ArgExtractor arg(*this, obj, status); in format()