/external/chromium_org/third_party/icu/source/i18n/ |
D | umsg.cpp | 70 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/ |
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 | 181 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()
|
D | cloctst.c | 2286 obj = umsg_open(EMPTY, 0, in TestGetLocale()
|
/external/icu4c/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() 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()
|
D | cloctst.c | 2432 obj = umsg_open(EMPTY, 0, in TestGetLocale()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | itutil.cpp | 326 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/ |
D | umsg.h | 398 umsg_open( const UChar *pattern,
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | umsg.h | 484 umsg_open( const UChar *pattern,
|
/external/icu4c/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/icu4c/common/unicode/ |
D | urename.h | 1083 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 1072 #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) macro
|