Home | History | Annotate | Download | only in i18n

Lines Matching full:argextractor

474 * Old purpose of ArgExtractor was to avoid const. Not thread safe!
478 class ArgExtractor {
484 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status);
485 ~ArgExtractor();
493 ArgExtractor::number(void) const {
498 ArgExtractor::wasCurrency(void) const {
503 ArgExtractor::iso(void) const {
507 ArgExtractor::ArgExtractor(const NumberFormat& /*nf*/, const Formattable& obj, UErrorCode& /*status*/)
524 ArgExtractor::~ArgExtractor() {
568 ArgExtractor arg(*this, obj, status);
623 ArgExtractor arg(*this, obj, status);