Searched refs:srcFromRes (Results 1 – 1 of 1) sorted by relevance
382 const UChar* srcFromRes; in TestDecodedBundle() local431 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle()437 if(u_strncmp(srcFromRes,uSrc,len)!=0){ in TestDecodedBundle()441 if(uSrc[num]!=srcFromRes[num]){ in TestDecodedBundle()442 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]); in TestDecodedBundle()