Lines Matching refs:MessageFormat
45 static const Formattable::Type* getArgTypeList(const MessageFormat& m,
47 static UBool hasArgTypeConflicts(const MessageFormat& m) { in hasArgTypeConflicts()
52 MessageFormatAdapter::getArgTypeList(const MessageFormat& m, in getArgTypeList()
251 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open()
269 delete (MessageFormat*) format; in umsg_close()
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone()
299 ((MessageFormat*)fmt)->setLocale(Locale(locale)); in umsg_setLocale()
309 return ((const MessageFormat*)fmt)->getLocale().getName(); in umsg_getLocale()
334 ((MessageFormat*)fmt)->applyPattern(UnicodeString(pattern,patternLength),*parseError,*status); in umsg_applyPattern()
359 ((const MessageFormat*)fmt)->toPattern(res); in umsg_toPattern()
407 MessageFormatAdapter::getArgTypeList(*(const MessageFormat*)fmt, count); in umsg_vformat()
475 ((const MessageFormat*)fmt)->format(args,count,resultStr,fieldPosition,*status); in umsg_vformat()
530 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse()