Searched refs:UMessageFormat (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | umsg.h | 382 typedef void* UMessageFormat; typedef 397 U_STABLE UMessageFormat* U_EXPORT2 411 umsg_close(UMessageFormat* format); 426 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close); 440 U_STABLE UMessageFormat U_EXPORT2 441 umsg_clone(const UMessageFormat *fmt, 452 umsg_setLocale(UMessageFormat *fmt, 463 umsg_getLocale(const UMessageFormat *fmt); 478 umsg_applyPattern( UMessageFormat *fmt, 496 umsg_toPattern(const UMessageFormat *fmt, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | umsg.cpp | 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() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 186 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest() 386 UMessageFormat* fmt = NULL; in TestNewFormatAndParseAPI() 1023 UMessageFormat *f1, *f2, *f3; in OpenMessageFormatTest()
|
D | cloctst.c | 2520 UMessageFormat *obj; in TestGetLocale()
|