Searched refs:UMessageFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | umsg.h | 425 typedef void* UMessageFormat; typedef 440 U_STABLE UMessageFormat* U_EXPORT2 454 umsg_close(UMessageFormat* format); 464 U_STABLE UMessageFormat U_EXPORT2 465 umsg_clone(const UMessageFormat *fmt, 476 umsg_setLocale(UMessageFormat *fmt, 487 umsg_getLocale(const UMessageFormat *fmt); 502 umsg_applyPattern( UMessageFormat *fmt, 520 umsg_toPattern(const UMessageFormat *fmt, 541 umsg_format( const UMessageFormat *fmt, [all …]
|
/external/icu4c/i18n/ |
D | umsg.cpp | 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() [all …]
|
/external/icu4c/test/cintltst/ |
D | cmsgtst.c | 182 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest() 374 UMessageFormat* fmt = NULL; in TestNewFormatAndParseAPI() 940 UMessageFormat *f1, *f2, *f3; in OpenMessageFormatTest()
|
D | cloctst.c | 2224 UMessageFormat *obj; in TestGetLocale()
|