Lines Matching refs:UMessageFormat
70 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage()
111 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
152 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vparseMessage()
190 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError()
202 U_CAPI UMessageFormat* U_EXPORT2
226 UMessageFormat* retVal = 0; in umsg_open()
232 retVal = (UMessageFormat*) new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open()
242 umsg_close(UMessageFormat* format) in umsg_close()
251 U_CAPI UMessageFormat U_EXPORT2
252 umsg_clone(const UMessageFormat *fmt, in umsg_clone()
263 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone()
272 umsg_setLocale(UMessageFormat *fmt, const char* locale) in umsg_setLocale()
282 umsg_getLocale(const UMessageFormat *fmt) in umsg_getLocale()
292 umsg_applyPattern(UMessageFormat *fmt, in umsg_applyPattern()
319 umsg_toPattern(const UMessageFormat *fmt, in umsg_toPattern()
345 umsg_format( const UMessageFormat *fmt, in umsg_format()
388 umsg_vformat( const UMessageFormat *fmt, in umsg_vformat()
483 umsg_parse( const UMessageFormat *fmt, in umsg_parse()
505 umsg_vparse(const UMessageFormat *fmt, in umsg_vparse()