HomeSort by relevance Sort by last modified time
    Searched refs:ArgExtractor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 445 * Old purpose of ArgExtractor was to avoid const. Not thread safe!
449 class ArgExtractor {
455 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status);
456 ~ArgExtractor();
464 ArgExtractor::number(void) const {
469 ArgExtractor::wasCurrency(void) const {
474 ArgExtractor::iso(void) const {
478 ArgExtractor::ArgExtractor(const NumberFormat& /*nf*/, const Formattable& obj, UErrorCode& /*status*/)
495 ArgExtractor::~ArgExtractor()
    [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp 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()
    [all...]

Completed in 90 milliseconds