Home | History | Annotate | Download | only in i18n

Lines Matching refs:ArgExtractor

472 * Old purpose of ArgExtractor was to avoid const. Not thread safe!
476 class ArgExtractor {
482 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status);
483 ~ArgExtractor();
491 ArgExtractor::number(void) const {
496 ArgExtractor::wasCurrency(void) const {
501 ArgExtractor::iso(void) const {
505 ArgExtractor::ArgExtractor(const NumberFormat& /*nf*/, const Formattable& obj, UErrorCode& /*status*/)
522 ArgExtractor::~ArgExtractor() {
566 ArgExtractor arg(*this, obj, status);
621 ArgExtractor arg(*this, obj, status);