Searched refs:UMessageFormat (Results 1 – 6 of 6) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | umsg.h | 384 typedef void* UMessageFormat; typedef 399 U_STABLE UMessageFormat* U_EXPORT2 413 umsg_close(UMessageFormat* format); 428 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close); 442 U_STABLE UMessageFormat U_EXPORT2 443 umsg_clone(const UMessageFormat *fmt, 454 umsg_setLocale(UMessageFormat *fmt, 465 umsg_getLocale(const UMessageFormat *fmt); 480 umsg_applyPattern( UMessageFormat *fmt, 498 umsg_toPattern(const UMessageFormat *fmt, [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | umsg.h | 384 typedef void* UMessageFormat; typedef 399 U_STABLE UMessageFormat* U_EXPORT2 413 umsg_close(UMessageFormat* format); 428 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close); 442 U_STABLE UMessageFormat U_EXPORT2 443 umsg_clone(const UMessageFormat *fmt, 454 umsg_setLocale(UMessageFormat *fmt, 465 umsg_getLocale(const UMessageFormat *fmt); 480 umsg_applyPattern( UMessageFormat *fmt, 498 umsg_toPattern(const UMessageFormat *fmt, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | umsg.cpp | 93 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage() 134 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError() 175 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vparseMessage() 213 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError() 225 U_CAPI UMessageFormat* U_EXPORT2 259 return (UMessageFormat*)retVal; in umsg_open() 263 umsg_close(UMessageFormat* format) in umsg_close() 272 U_CAPI UMessageFormat U_EXPORT2 273 umsg_clone(const UMessageFormat *fmt, in umsg_clone() 284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 188 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest() 389 UMessageFormat* fmt = NULL; in TestNewFormatAndParseAPI() 1030 UMessageFormat *f1, *f2, *f3; in OpenMessageFormatTest()
|
D | cloctst.c | 2686 UMessageFormat *obj; in TestGetLocale()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1894 void umsg_applyPattern_android(UMessageFormat * fmt, const UChar * pattern, int32_t patternLength, … in umsg_applyPattern_android() 1900 UMessageFormat umsg_clone_android(const UMessageFormat * fmt, UErrorCode * status) { in umsg_clone_android() 1903 void umsg_close_android(UMessageFormat * format) { in umsg_close_android() 1906 int32_t umsg_format_android(const UMessageFormat * fmt, UChar * result, int32_t resultLength, UErro… in umsg_format_android() 1913 const char * umsg_getLocale_android(const UMessageFormat * fmt) { in umsg_getLocale_android() 1916 UMessageFormat * umsg_open_android(const UChar * pattern, int32_t patternLength, const char * local… in umsg_open_android() 1919 void umsg_parse_android(const UMessageFormat * fmt, const UChar * source, int32_t sourceLength, int… in umsg_parse_android() 1926 void umsg_setLocale_android(UMessageFormat * fmt, const char * locale) { in umsg_setLocale_android() 1929 int32_t umsg_toPattern_android(const UMessageFormat * fmt, UChar * result, int32_t resultLength, UE… in umsg_toPattern_android() 1932 int32_t umsg_vformat_android(const UMessageFormat * fmt, UChar * result, int32_t resultLength, va_l… in umsg_vformat_android() [all …]
|