Searched refs:gotVal2 (Results 1 – 1 of 1) sorted by relevance
/external/unicode/ |
D | harness.c | 109 int rval, wantVal1, wantVal2, gotVal1, gotVal2, len2; in test01() local 119 …gotVal2 = isLegalUTF8Sequence(&(utf8_testData[i].utf8_seq[0]), &(utf8_testData[i].utf8_seq[0])+len… in test01() 120 if ((gotVal1 != wantVal1) || (gotVal2 != wantVal2)) { in test01() 122 i, gotVal1, gotVal2, wantVal1, wantVal2, utf8_testData[i].utf8_seq[0], in test01()
|