Home | History | Annotate | Download | only in intltest

Lines Matching refs:retType

333     UStringPrepType retType;
336 retType = getValues(result,value,isIndex);
339 if(type != retType && retType != USPREP_DELETE){
361 length = (retType == USPREP_DELETE)? 0 : 1;
394 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
406 UStringPrepType retType;
429 retType = getValues(result,value,isIndex);
431 if(retType != type){
432 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
436 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);