Lines Matching refs:UMessageFormat
91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage()
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
173 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vparseMessage()
211 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError()
223 U_CAPI UMessageFormat* U_EXPORT2
257 return (UMessageFormat*)retVal; in umsg_open()
261 umsg_close(UMessageFormat* format) in umsg_close()
270 U_CAPI UMessageFormat U_EXPORT2
271 umsg_clone(const UMessageFormat *fmt, in umsg_clone()
282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone()
291 umsg_setLocale(UMessageFormat *fmt, const char* locale) in umsg_setLocale()
301 umsg_getLocale(const UMessageFormat *fmt) in umsg_getLocale()
311 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()
487 umsg_parse( const UMessageFormat *fmt, in umsg_parse()
509 umsg_vparse(const UMessageFormat *fmt, in umsg_vparse()