Lines Matching refs:MessageFormat
15 * This is a C wrapper to MessageFormat C++ API.
40 * MessageFormat. It is never instantiated; it exists only for C++
45 static const Formattable::Type* getArgTypeList(const MessageFormat& m,
47 static UBool hasArgTypeConflicts(const MessageFormat& m) {
52 MessageFormatAdapter::getArgTypeList(const MessageFormat& m,
251 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status);
269 delete (MessageFormat*) format;
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone();
299 ((MessageFormat*)fmt)->setLocale(Locale(locale));
309 return ((const MessageFormat*)fmt)->getLocale().getName();
334 ((MessageFormat*)fmt)->applyPattern(UnicodeString(pattern,patternLength),*parseError,*status);
359 ((const MessageFormat*)fmt)->toPattern(res);
407 MessageFormatAdapter::getArgTypeList(*(const MessageFormat*)fmt, count);
473 ((const MessageFormat*)fmt)->format(args,count,resultStr,fieldPosition,*status);
528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status);
589 // This will never happen because MessageFormat doesn't
590 // support kObject. When MessageFormat is changed to