• Home
  • Raw
  • Download

Lines Matching refs:Formattable

198     void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {  in formatAndAppend()
338 Formattable::Type* a = (Formattable::Type*) in allocateArgTypes()
859 MessageFormat::format(const Formattable* source, in format()
875 const Formattable* arguments, in format()
890 MessageFormat::format(const Formattable& source, in format()
897 if (source.getType() != Formattable::kArray) { in format()
902 const Formattable* tmpPtr = source.getArray(cnt); in format()
908 const Formattable* arguments, in format()
916 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, in getArgFromListByName()
929 MessageFormat::format(const Formattable* arguments, in format()
948 const Formattable* arguments, in format()
971 appendTo.formatAndAppend(nf, Formattable(pluralNumber), success); in format()
980 const Formattable* arg; in format()
1041 } else if (arg->getType() == Formattable::kDate) { in format()
1089 const Formattable* arguments, in formatComplexSubMessage()
1165 FieldPosition* /*fp*/, const Formattable* /*argId*/) const { in updateMetaData()
1235 Formattable*
1252 LocalArray<Formattable> resultArray(new Formattable[argTypeCount ? argTypeCount : 1]); in parse()
1292 Formattable& argResult = resultArray[argNumber]; in parse()
1367 Formattable*
1380 Formattable*
1392 Formattable* result = parse(source, status, cnt); in parse()
1406 Formattable& result, in parseObject()
1410 Formattable* tmpResult = parse(source, status, cnt); in parseObject()
1485 argTypes[i] = Formattable::kObject; in cacheExplicitFormats()
1503 Formattable::Type formattableType; in cacheExplicitFormats()
1507 formattableType = Formattable::kString; in cacheExplicitFormats()
1525 formattableType = Formattable::kDouble; in cacheExplicitFormats()
1528 formattableType = Formattable::kString; in cacheExplicitFormats()
1532 formattableType = Formattable::kString; in cacheExplicitFormats()
1536 … if (argTypes[argNumber] != Formattable::kObject && argTypes[argNumber] != formattableType) { in cacheExplicitFormats()
1546Formattable::Type& formattableType, UParseError& parseError, in createAppropriateFormat()
1557 formattableType = Formattable::kDouble; in createAppropriateFormat()
1569 formattableType = Formattable::kLong; in createAppropriateFormat()
1586 formattableType = Formattable::kDate; in createAppropriateFormat()
1605 formattableType = Formattable::kDouble; in createAppropriateFormat()
1609 formattableType = Formattable::kDouble; in createAppropriateFormat()
1613 formattableType = Formattable::kDouble; in createAppropriateFormat()
1617 formattableType = Formattable::kString; in createAppropriateFormat()
1727 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format() argument
1738 Formattable&, in parseObject() argument