Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dumsg.cpp70 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vformatMessage()
111 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); in u_vformatMessageWithError()
152 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); in u_vparseMessage()
190 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); in u_vparseMessageWithError()
203 umsg_open( const UChar *pattern, in umsg_open() function
/external/icu4c/i18n/
Dumsg.cpp91 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()
224 umsg_open( const UChar *pattern, in umsg_open() function
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcmsgtst.c181 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest()
406 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status); in TestNewFormatAndParseAPI()
1025 f1 = umsg_open(pattern,length,NULL,NULL,&status); in OpenMessageFormatTest()
1035 f2 = umsg_open(pattern,length,NULL,&parseError,&status); in OpenMessageFormatTest()
1110 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
1124 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
Dcloctst.c2286 obj = umsg_open(EMPTY, 0, in TestGetLocale()
/external/icu4c/test/cintltst/
Dcmsgtst.c187 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); in MessageFormatTest()
412 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status); in TestNewFormatAndParseAPI()
1037 f1 = umsg_open(pattern,length,NULL,NULL,&status); in OpenMessageFormatTest()
1047 f2 = umsg_open(pattern,length,NULL,&parseError,&status); in OpenMessageFormatTest()
1140 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
1154 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
Dcloctst.c2432 obj = umsg_open(EMPTY, 0, in TestGetLocale()
/external/chromium_org/third_party/icu/source/test/intltest/
Ditutil.cpp326 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointer()
419 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointerNull()
/external/icu4c/i18n/unicode/
Dumsg.h398 umsg_open( const UChar *pattern,
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dumsg.h484 umsg_open( const UChar *pattern,
/external/icu4c/test/intltest/
Ditutil.cpp353 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointer()
446 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointerNull()
/external/icu4c/common/unicode/
Durename.h1083 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1072 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro