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.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/icu/icu4c/source/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.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()
1038 f1 = umsg_open(pattern,length,NULL,NULL,&status); in OpenMessageFormatTest()
1048 f2 = umsg_open(pattern,length,NULL,&parseError,&status); in OpenMessageFormatTest()
1141 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
1155 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
Dcloctst.c2516 obj = umsg_open(EMPTY, 0, in TestGetLocale()
/external/icu/icu4c/source/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()
1038 f1 = umsg_open(pattern,length,NULL,NULL,&status); in OpenMessageFormatTest()
1048 f2 = umsg_open(pattern,length,NULL,&parseError,&status); in OpenMessageFormatTest()
1141 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
1155 umsg_open(NULL, 0, NULL, NULL, &status); in TestErrorChaining()
Dcloctst.c2517 obj = umsg_open(EMPTY, 0, in TestGetLocale()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dumsg.h398 umsg_open( const UChar *pattern,
/external/icu/icu4c/source/i18n/unicode/
Dumsg.h398 umsg_open( const UChar *pattern,
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/intltest/
Ditutil.cpp371 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointer()
464 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); in TestLocalXyzPointerNull()
/external/icu/icu4c/source/common/unicode/
Durename.h1059 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1110 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro