Lines Matching refs:MessageFormat
206 MessageFormat** patterns = (MessageFormat**)valueTok.pointer; in parseObject()
209 MessageFormat* pattern = patterns[style]; in parseObject()
426 LocalPointer<MessageFormat> messageFormat(new MessageFormat( in put()
431 MessageFormat** formatters = in put()
432 (MessageFormat**)countToPatterns->get(pluralCountUniStr); in put()
434 LocalMemory<MessageFormat *> localFormatters( in put()
435 … (MessageFormat **)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*))); in put()
521 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(*pluralCount); in checkConsistency()
575 LocalPointer<MessageFormat> messageFormat( in searchInLocaleChain()
576 … new MessageFormat(UnicodeString(TRUE, pattern, ptLength), getLocale(err), err), err); in searchInLocaleChain()
580 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain()
582 LocalMemory<MessageFormat *> localFormatters( in searchInLocaleChain()
583 … (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*))); in searchInLocaleChain()
617 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain()
627 LocalPointer<MessageFormat> messageFormat; in searchInLocaleChain()
646 new MessageFormat(UnicodeString(TRUE, pattern, -1), getLocale(err), err), err); in searchInLocaleChain()
651 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(srcPluralCount); in searchInLocaleChain()
653 LocalMemory<MessageFormat *> localFormatters ( in searchInLocaleChain()
654 … (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*))); in searchInLocaleChain()
699 const MessageFormat** value = (const MessageFormat**)valueTok.pointer; in deleteHash()
722 const MessageFormat** value = (const MessageFormat**)valueTok.pointer; in copyHash()
723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash()
724 newVal[0] = (MessageFormat*)value[0]->clone(); in copyHash()
725 newVal[1] = (MessageFormat*)value[1]->clone(); in copyHash()
751 const MessageFormat** pattern1 = (const MessageFormat**)val1.pointer; in tmutfmtHashTableValueComparator()
752 const MessageFormat** pattern2 = (const MessageFormat**)val2.pointer; in tmutfmtHashTableValueComparator()