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