Home | History | Annotate | Download | only in cintltst

Lines Matching refs:umsg_open

187         UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec);
190 log_data_err("umsg_open() failed for testCasePattens[%d]. -> %s (Are you missing data?)\n",i, u_errorName(ec));
412 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status);
414 log_data_err("error in umsg_open : %s (Are you missing data?)\n", u_errorName(status) );
1036 /* Test umsg_open */
1037 f1 = umsg_open(pattern,length,NULL,NULL,&status);
1041 log_err("umsg_open failed with pattern %s. Error: \n", PAT, u_errorName(status));
1045 /* Test umsg_open with parse error */
1047 f2 = umsg_open(pattern,length,NULL,&parseError,&status);
1051 log_err("umsg_open with parseError failed with pattern %s. Error: %s\n", PAT, u_errorName(status));
1140 umsg_open(NULL, 0, NULL, NULL, &status);
1154 umsg_open(NULL, 0, NULL, NULL, &status);