Searched refs:umsg_open (Results 1 – 9 of 9) sorted by relevance
/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() 226 umsg_open( const UChar *pattern, in umsg_open() function
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 188 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest() 413 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status); in TestNewFormatAndParseAPI() 1044 f1 = umsg_open(pattern,length,NULL,NULL,&status); in OpenMessageFormatTest() 1054 f2 = umsg_open(pattern,length,NULL,&parseError,&status); in OpenMessageFormatTest() 1147 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining() 1161 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
|
D | cloctst.c | 2689 obj = umsg_open(EMPTY, 0, in TestGetLocale()
|
/external/icu/libandroidicu/include/unicode/ |
D | umsg.h | 400 umsg_open( const UChar *pattern,
|
D | urename.h | 1118 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | umsg.h | 400 umsg_open( const UChar *pattern,
|
/external/icu/icu4c/source/test/intltest/ |
D | itutil.cpp | 665 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointer() 808 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointerNull()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1118 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1917 return umsg_open(pattern, patternLength, locale, parseError, status); in umsg_open_android()
|