Home | History | Annotate | Download | only in intltest

Lines Matching refs:retType

334     UStringPrepType retType;
337 retType = getValues(result,value,isIndex);
340 if(type != retType && retType != USPREP_DELETE){
362 length = (retType == USPREP_DELETE)? 0 : 1;
395 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
407 UStringPrepType retType;
430 retType = getValues(result,value,isIndex);
432 if(retType != type){
433 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
437 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);