Lines Matching full:umsg_parse
243 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
245 log_err("FAIL: Did not get expected error for umsg_parse(). Expected: U_ILLEGAL_ARGUMENT_ERROR Got: %s \n",u_errorName(ec));
255 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
257 log_err("umsg_parse could not parse the pattern. Error: %s.\n",u_errorName(ec));
372 /* Test umsg_format() and umsg_parse() , format and parse sequence and round trip */
442 umsg_parse(fmt, result, u_strlen(result),&count,&status, &d, ret, &value);
1090 /* umsg_format umsg_parse */
1145 umsg_parse(NULL, NULL, 0, NULL, &status);