Lines Matching defs:fmt
91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage() local
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError() local
173 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vparseMessage() local
211 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError() local
271 umsg_clone(const UMessageFormat *fmt, 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()
486 umsg_parse( const UMessageFormat *fmt, in umsg_parse()
508 umsg_vparse(const UMessageFormat *fmt, in umsg_vparse()