/third_party/icu/icu4c/source/i18n/ |
H A 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
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | umsg.cpp | 93 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,nullptr,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,nullptr,status); in u_vparseMessage() 213 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError() 226 umsg_open( const char16_t *pattern, in umsg_open() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsgtst.c | 189 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest() 192 log_data_err("umsg_open() failed for testCasePattens[0]. -> %s (Are you missing data?)\n", u_errorName(ec)); in MessageFormatTest() 418 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status); in TestNewFormatAndParseAPI() 420 log_data_err("error in umsg_open : %s (Are you missing data?)\n", u_errorName(status) ); in TestNewFormatAndParseAPI() 1053 /* Test umsg_open */ in OpenMessageFormatTest() 1054 f1 = umsg_open(pattern,length,NULL,NULL,&status); in OpenMessageFormatTest() 1058 log_err("umsg_open failed with pattern %s. Error: \n", PAT, u_errorName(status)); in OpenMessageFormatTest() 1062 /* Test umsg_open with parse error */ in OpenMessageFormatTest() 1064 f2 = umsg_open(pattern,length,NULL,&parseError,&status); in OpenMessageFormatTest() 1068 log_err("umsg_open wit in OpenMessageFormatTest() [all...] |
H A D | cloctst.c | 2916 obj = umsg_open(EMPTY, 0, in TestGetLocale() 2920 log_err("umsg_open failed\n"); in TestGetLocale()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | umsg.h | 403 umsg_open( const UChar *pattern,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | umsg.h | 403 umsg_open( const UChar *pattern,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | umsg.h | 403 umsg_open( const UChar *pattern,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itutil.cpp | 635 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointer() 636 if(errorCode.errIfFailureAndReset("umsg_open()")) { in TestLocalXyzPointer() 778 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointerNull()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1186 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1231 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 1169 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|