Home | History | Annotate | Download | only in cintltst

Lines Matching refs:retType

151     UStringPrepType retType;
161 retType = getValues(result,&value,&isIndex);
164 if(type != retType && retType != USPREP_DELETE){
186 length = (retType == USPREP_DELETE)? 0 : 1;
218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
231 UStringPrepType retType;
255 retType = getValues(result, &value, &isIndex);
257 if(retType != type){
258 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
262 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);