Lines Matching refs:UMessageFormat
93 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage()
134 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
175 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vparseMessage()
213 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError()
225 U_CAPI UMessageFormat* U_EXPORT2
259 return (UMessageFormat*)retVal; in umsg_open()
263 umsg_close(UMessageFormat* format) in umsg_close()
272 U_CAPI UMessageFormat U_EXPORT2
273 umsg_clone(const UMessageFormat *fmt, in umsg_clone()
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone()
293 umsg_setLocale(UMessageFormat *fmt, const char* locale) in umsg_setLocale()
303 umsg_getLocale(const UMessageFormat *fmt) in umsg_getLocale()
313 umsg_applyPattern(UMessageFormat *fmt, in umsg_applyPattern()
338 umsg_toPattern(const UMessageFormat *fmt, in umsg_toPattern()
364 umsg_format( const UMessageFormat *fmt, in umsg_format()
389 umsg_vformat( const UMessageFormat *fmt, in umsg_vformat()
485 umsg_parse( const UMessageFormat *fmt, in umsg_parse()
507 umsg_vparse(const UMessageFormat *fmt, in umsg_vparse()