Home | History | Annotate | Download | only in i18n

Lines Matching refs:UMessageFormat

91     UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status);
173 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
211 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status);
223 U_CAPI UMessageFormat* U_EXPORT2
257 return (UMessageFormat*)retVal;
261 umsg_close(UMessageFormat* format)
270 U_CAPI UMessageFormat U_EXPORT2
271 umsg_clone(const UMessageFormat *fmt,
282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone();
291 umsg_setLocale(UMessageFormat *fmt, const char* locale)
301 umsg_getLocale(const UMessageFormat *fmt)
311 umsg_applyPattern(UMessageFormat *fmt,
338 umsg_toPattern(const UMessageFormat *fmt,
364 umsg_format( const UMessageFormat *fmt,
389 umsg_vformat( const UMessageFormat *fmt,
487 umsg_parse( const UMessageFormat *fmt,
509 umsg_vparse(const UMessageFormat *fmt,