Home | History | Annotate | Download | only in cintltst

Lines Matching refs:retType

152     UStringPrepType retType;
162 retType = getValues(result,&value,&isIndex);
165 if(type != retType && retType != USPREP_DELETE){
187 length = (retType == USPREP_DELETE)? 0 : 1;
219 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
232 UStringPrepType retType;
256 retType = getValues(result, &value, &isIndex);
258 if(retType != type){
259 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
263 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);