Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumfmt.cpp469 class ArgExtractor { class
475 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status);
476 ~ArgExtractor();
484 ArgExtractor::number(void) const { in number()
489 ArgExtractor::wasCurrency(void) const { in wasCurrency()
494 ArgExtractor::iso(void) const { in iso()
498 ArgExtractor::ArgExtractor(const NumberFormat& /*nf*/, const Formattable& obj, UErrorCode& /*status… in ArgExtractor() function in ArgExtractor
515 ArgExtractor::~ArgExtractor() { in ~ArgExtractor()
559 ArgExtractor arg(*this, obj, status); in format()
614 ArgExtractor arg(*this, obj, status); in format()