Home | History | Annotate | Download | only in cintltst

Lines Matching defs:parseError

148             UParseError parseError;
153 &parseError,&status, 1, 3456.00, d1);
188 UParseError parseError;
197 umsg_applyPattern(formatter,testCasePatterns[i],patternLength,&parseError,&ec);
372 UParseError parseError;
398 fmt = umsg_open(pattern,u_strlen(pattern),"en_US",&parseError,&status);
411 u_formatMessageWithError( "en_US", pattern, u_strlen(pattern), result, resultlength,&parseError, &status, d1, str, 7);
474 UParseError parseError;
499 resultLengthOut=u_formatMessageWithError( "en_US", pattern, u_strlen(pattern), result, resultlength,&parseError, &status, d1, str, 7);
505 u_formatMessageWithError( "en_US", pattern, u_strlen(pattern), result, resultlength,&parseError, &status, d1, str, 7);
522 u_parseMessageWithError("en_US", pattern, u_strlen(pattern), result, u_strlen(result), &parseError,&status, &d, ret, &value);
1007 UParseError parseError;
1027 f2 = umsg_open(pattern,length,NULL,&parseError,&status);
1031 log_err("umsg_open with parseError failed with pattern %s. Error: %s\n", PAT, u_errorName(status));