Lines Matching refs:parseError
103 UParseError *parseError,
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
126 UParseError *parseError,
132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status);
227 UParseError *parseError,
241 if(parseError==NULL)
243 parseError = &tErr;
249 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status);
314 UParseError* parseError,
327 if(parseError==NULL){
328 parseError = &tErr;
334 ((MessageFormat*)fmt)->applyPattern(UnicodeString(pattern,patternLength),*parseError,*status);