Lines Matching refs:MessageFormat
162 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); in equalFormatsForHash()
170 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
233 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
254 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
276 MessageFormat::MessageFormat(const UnicodeString& pattern, in MessageFormat() function in MessageFormat
299 MessageFormat::MessageFormat(const MessageFormat& that) in MessageFormat() function in MessageFormat
325 MessageFormat::~MessageFormat() in ~MessageFormat()
346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes()
372 const MessageFormat&
373 MessageFormat::operator=(const MessageFormat& that) in operator =()
393 MessageFormat::operator==(const Format& rhs) const in operator ==()
397 MessageFormat& that = (MessageFormat&)rhs; in operator ==()
440 MessageFormat::clone() const in clone()
442 return new MessageFormat(*this); in clone()
449 MessageFormat::setLocale(const Locale& theLocale) in setLocale()
467 MessageFormat::getLocale() const in getLocale()
473 MessageFormat::applyPattern(const UnicodeString& newPattern, in applyPattern()
485 MessageFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
500 void MessageFormat::resetPattern() { in resetPattern()
511 MessageFormat::applyPattern(const UnicodeString& pattern, in applyPattern()
525 MessageFormat::toPattern(UnicodeString& appendTo) const { in toPattern()
535 int32_t MessageFormat::nextTopLevelArgStart(int32_t partIndex) const { in nextTopLevelArgStart()
550 void MessageFormat::setArgStartFormat(int32_t argStart, in setArgStartFormat()
573 UBool MessageFormat::argNameMatches(int32_t partIndex, const UnicodeString& argName, int32_t argNum… in argNameMatches()
582 void MessageFormat::setCustomArgStartFormat(int32_t argStart, in setCustomArgStartFormat()
593 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter()
610 MessageFormat::adoptFormats(Format** newFormats, in adoptFormats()
643 MessageFormat::setFormats(const Format** newFormats, in setFormats()
680 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat()
699 MessageFormat::adoptFormat(const UnicodeString& formatName, in adoptFormat()
736 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat()
759 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { in getFormat()
779 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat()
806 MessageFormat::getFormats(int32_t& cnt) const in getFormats()
813 MessageFormat* t = const_cast<MessageFormat*> (this); in getFormats()
843 UnicodeString MessageFormat::getArgName(int32_t partIndex) { in getArgName()
849 MessageFormat::getFormatNames(UErrorCode& status) { in getFormatNames()
872 MessageFormat::format(const Formattable* source, in format()
887 MessageFormat::format( const UnicodeString& pattern, in format()
893 MessageFormat temp(pattern, success); in format()
903 MessageFormat::format(const Formattable& source, in format()
920 MessageFormat::format(const UnicodeString* argumentNames, in format()
929 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments, in getArgFromListByName()
942 MessageFormat::format(const Formattable* arguments, in format()
1002 void MessageFormat::format(int32_t msgStart, const void *plNumber, in format()
1094 MessageFormat subMsgFormat(subMsgString, fLocale, success); in format()
1157 void MessageFormat::formatComplexSubMessage(int32_t msgStart, in formatComplexSubMessage()
1213 MessageFormat subMsgFormat(emptyPattern, fLocale, success); in formatComplexSubMessage()
1222 UnicodeString MessageFormat::getLiteralStringUntilNextArgument(int32_t from) const { in getLiteralStringUntilNextArgument()
1241 FieldPosition* MessageFormat::updateMetaData(AppendableWrapper& /*dest*/, int32_t /*prevLength*/, in updateMetaData()
1256 MessageFormat::findOtherSubMessage(int32_t partIndex) const { in findOtherSubMessage()
1285 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const { in findFirstPluralNumberArg()
1308 void MessageFormat::copyObjects(const MessageFormat& that, UErrorCode& ec) { in copyObjects()
1366 MessageFormat::parse(int32_t msgStart, in parse()
1498 MessageFormat::parse(const UnicodeString& source, in parse()
1511 MessageFormat::parse(const UnicodeString& source, in parse()
1535 MessageFormat::parseObject( const UnicodeString& source, in parseObject()
1546 MessageFormat::autoQuoteApostrophe(const UnicodeString& pattern, UErrorCode& status) { in autoQuoteApostrophe()
1579 void MessageFormat::cacheExplicitFormats(UErrorCode& status) { in cacheExplicitFormats()
1677 Format* MessageFormat::createAppropriateFormat(UnicodeString& type, UnicodeString& style, in createAppropriateFormat()
1769 int32_t MessageFormat::findKeyword(const UnicodeString& s, in findKeyword()
1794 MessageFormat::createIntegerFormat(const Locale& locale, UErrorCode& status) const { in createIntegerFormat()
1813 const NumberFormat* MessageFormat::getDefaultNumberFormat(UErrorCode& ec) const { in getDefaultNumberFormat()
1815 MessageFormat* t = (MessageFormat*) this; in getDefaultNumberFormat()
1834 const DateFormat* MessageFormat::getDefaultDateFormat(UErrorCode& ec) const { in getDefaultDateFormat()
1836 MessageFormat* t = (MessageFormat*) this; in getDefaultDateFormat()
1846 MessageFormat::usesNamedArguments() const { in usesNamedArguments()
1851 MessageFormat::getArgTypeCount() const { in getArgTypeCount()
1855 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats()
1860 UBool MessageFormat::DummyFormat::operator==(const Format&) const { in operator ==()
1864 Format* MessageFormat::DummyFormat::clone() const { in clone()
1868 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format()
1877 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format()
1887 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, in format()
1897 void MessageFormat::DummyFormat::parseObject(const UnicodeString&, in parseObject()
1930 MessageFormat::PluralSelectorProvider::PluralSelectorProvider(const MessageFormat &mf, UPluralType … in PluralSelectorProvider()
1934 MessageFormat::PluralSelectorProvider::~PluralSelectorProvider() { in ~PluralSelectorProvider()
1938 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select()
1943 …MessageFormat::PluralSelectorProvider* t = const_cast<MessageFormat::PluralSelectorProvider*>(this… in select()
1985 void MessageFormat::PluralSelectorProvider::reset() { in reset()