Home
last modified time | relevance | path

Searched refs:umsg_open (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dumsg.cpp93 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 Dumsg.cpp93 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 Dumsg.cpp93 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 Dcmsgtst.c189 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 Dcloctst.c2916 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 Dumsg.h403 umsg_open( const UChar *pattern,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dumsg.h403 umsg_open( const UChar *pattern,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dumsg.h403 umsg_open( const UChar *pattern,
/third_party/icu/icu4c/source/test/intltest/
H A Ditutil.cpp635 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 Durename.h1186 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h1231 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h1169 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro

Completed in 39 milliseconds