Lines Matching refs:retVal
94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage() local
96 return retVal; in u_vformatMessage()
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError() local
137 return retVal; in u_vformatMessageWithError()
251 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open() local
252 if(retVal == NULL) { in umsg_open()
256 if (U_SUCCESS(*status) && MessageFormatAdapter::hasArgTypeConflicts(*retVal)) { in umsg_open()
259 return (UMessageFormat*)retVal; in umsg_open()
284 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone() local
285 if(retVal == 0) { in umsg_clone()
289 return retVal; in umsg_clone()