Home | History | Annotate | Download | only in intltest

Lines Matching refs:retType

332     UStringPrepType retType;
335 retType = getValues(result,value,isIndex);
338 if(type != retType && retType != USPREP_DELETE){
360 length = (retType == USPREP_DELETE)? 0 : 1;
393 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
405 UStringPrepType retType;
428 retType = getValues(result,value,isIndex);
430 if(retType != type){
431 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
435 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);