/external/chromium_org/third_party/icu/source/i18n/ |
D | umsg.cpp | 91 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/ |
D | umsg.cpp | 91 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/ |
D | cmsgtst.c | 187 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()
|
D | cloctst.c | 2516 obj = umsg_open(EMPTY, 0, in TestGetLocale()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 187 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()
|
D | cloctst.c | 2517 obj = umsg_open(EMPTY, 0, in TestGetLocale()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | umsg.h | 398 umsg_open( const UChar *pattern,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | umsg.h | 398 umsg_open( const UChar *pattern,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | itutil.cpp | 353 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/ |
D | itutil.cpp | 371 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/ |
D | urename.h | 1059 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 1110 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|