Searched refs:umsg_parse (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dumsg.h560 umsg_parse( const UMessageFormat *fmt,
/external/icu4c/test/cintltst/
H A Dcmsgtst.c237 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
239 log_err("FAIL: Did not get expected error for umsg_parse(). Expected: U_ILLEGAL_ARGUMENT_ERROR Got: %s \n",u_errorName(ec));
249 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
251 log_err("umsg_parse could not parse the pattern. Error: %s.\n",u_errorName(ec));
366 /* Test umsg_format() and umsg_parse() , format and parse sequence and round trip */
436 umsg_parse(fmt, result, u_strlen(result),&count,&status, &d, ret, &value);
1084 /* umsg_format umsg_parse */
1121 umsg_parse(NULL, NULL, 0, NULL, &status);
/external/icu4c/i18n/
H A Dumsg.cpp486 umsg_parse( const UMessageFormat *fmt, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h815 #define umsg_parse umsg_parse_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h815 #define umsg_parse umsg_parse_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h815 #define umsg_parse umsg_parse_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h815 #define umsg_parse umsg_parse_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1084 #define umsg_parse U_ICU_ENTRY_POINT_RENAME(umsg_parse) macro

Completed in 246 milliseconds