• Home
  • Raw
  • Download

Lines Matching refs:MessageFormat

157     return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer);  in equalFormatsForHash()
165 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
218 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
239 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
261 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
284 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() function in MessageFormat
310 MessageFormat::~MessageFormat() in ~MessageFormat()
331 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes()
357 const MessageFormat&
358 MessageFormat::operator=(const MessageFormat& that) in operator =()
378 MessageFormat::operator==(const Format& rhs) const in operator ==()
382 MessageFormat& that = (MessageFormat&)rhs; in operator ==()
425 MessageFormat::clone() const in clone()
427 return new MessageFormat(*this); in clone()
434 MessageFormat::setLocale(const Locale& theLocale) in setLocale()
452 MessageFormat::getLocale() const in getLocale()
458 MessageFormat::applyPattern(const UnicodeString& newPattern, in applyPattern()
470 MessageFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
485 void MessageFormat::resetPattern() { in resetPattern()
496 MessageFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
510 MessageFormat::toPattern(UnicodeString& appendTo) const { in toPattern()
520 int32_t MessageFormat::nextTopLevelArgStart(int32_t partIndex) const { in nextTopLevelArgStart()
535 void MessageFormat::setArgStartFormat(int32_t argStart, in setArgStartFormat()
557 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNum… in argNameMatches()
566 void MessageFormat::setCustomArgStartFormat(int32_t argStart, in setCustomArgStartFormat()
577 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter()
594 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats()
627 MessageFormat::setFormats(const Format** newFormats, in setFormats()
664 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat()
683 MessageFormat::adoptFormat(const UnicodeString& formatName, in adoptFormat()
720 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat()
743 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { in getFormat()
763 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat()
794 MessageFormat::getFormats(int32_t& cnt) const in getFormats()
801 MessageFormat* t = const_cast<MessageFormat*> (this); in getFormats()
831 UnicodeString MessageFormat::getArgName(int32_t partIndex) { in getArgName()
842 MessageFormat::getFormatNames(UErrorCode& status) { in getFormatNames()
865 MessageFormat::format(const Formattable* source, in format()
880 MessageFormat::format( const UnicodeString& pattern, in format()
886 MessageFormat temp(pattern, success); in format()
896 MessageFormat::format(const Formattable& source, in format()
913 MessageFormat::format(const UnicodeString* argumentNames, in format()
922 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, in getArgFromListByName()
935 MessageFormat::format(const Formattable* arguments, in format()
953 void MessageFormat::format(int32_t msgStart, double pluralNumber, in format()
1032 MessageFormat subMsgFormat(subMsgString, fLocale, success); in format()
1095 void MessageFormat::formatComplexSubMessage(int32_t msgStart, in formatComplexSubMessage()
1144 MessageFormat subMsgFormat(emptyPattern, fLocale, success); in formatComplexSubMessage()
1153 UnicodeString MessageFormat::getLiteralStringUntilNextArgument(int32_t from) const { in getLiteralStringUntilNextArgument()
1172 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData()
1186 void MessageFormat::copyObjects(const MessageFormat& that, UErrorCode& ec) { in copyObjects()
1244 MessageFormat::parse(int32_t msgStart, in parse()
1376 MessageFormat::parse(const UnicodeString& source, in parse()
1389 MessageFormat::parse(const UnicodeString& source, in parse()
1413 MessageFormat::parseObject( const UnicodeString& source, in parseObject()
1424 MessageFormat::autoQuoteApostrophe(const UnicodeString& pattern, UErrorCode& status) { in autoQuoteApostrophe()
1457 void MessageFormat::cacheExplicitFormats(UErrorCode& status) { in cacheExplicitFormats()
1555 Format* MessageFormat::createAppropriateFormat(UnicodeString& type, UnicodeString& style, in createAppropriateFormat()
1638 int32_t MessageFormat::findKeyword(const UnicodeString& s, in findKeyword()
1663 MessageFormat::createIntegerFormat(const Locale& locale, UErrorCode& status) const { in createIntegerFormat()
1682 const NumberFormat* MessageFormat::getDefaultNumberFormat(UErrorCode& ec) const { in getDefaultNumberFormat()
1684 MessageFormat* t = (MessageFormat*) this; in getDefaultNumberFormat()
1703 const DateFormat* MessageFormat::getDefaultDateFormat(UErrorCode& ec) const { in getDefaultDateFormat()
1705 MessageFormat* t = (MessageFormat*) this; in getDefaultDateFormat()
1715 MessageFormat::usesNamedArguments() const { in usesNamedArguments()
1720 MessageFormat::getArgTypeCount() const { in getArgTypeCount()
1724 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats()
1729 UBool MessageFormat::DummyFormat::operator==(const Format&) const { in operator ==()
1733 Format* MessageFormat::DummyFormat::clone() const { in clone()
1737 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format()
1746 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format()
1756 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format()
1766 void MessageFormat::DummyFormat::parseObject(const UnicodeString&, in parseObject()
1800 MessageFormat::PluralSelectorProvider::PluralSelectorProvider(const Locale* loc, UPluralType t) in PluralSelectorProvider()
1804 MessageFormat::PluralSelectorProvider::~PluralSelectorProvider() { in ~PluralSelectorProvider()
1809 UnicodeString MessageFormat::PluralSelectorProvider::select(double number, UErrorCode& ec) const { in select()
1813MessageFormat::PluralSelectorProvider* t = const_cast<MessageFormat::PluralSelectorProvider*>(this… in select()
1823 void MessageFormat::PluralSelectorProvider::reset(const Locale* loc) { in reset()