Lines Matching refs:retVal
92 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage() local
94 return retVal; in u_vformatMessage()
133 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError() local
135 return retVal; in u_vformatMessageWithError()
249 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); in umsg_open() local
250 if(retVal == NULL) { in umsg_open()
254 if (U_SUCCESS(*status) && MessageFormatAdapter::hasArgTypeConflicts(*retVal)) { in umsg_open()
257 return (UMessageFormat*)retVal; in umsg_open()
282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); in umsg_clone() local
283 if(retVal == 0) { in umsg_clone()
287 return retVal; in umsg_clone()