Searched refs:gotVal1 (Results 1 – 1 of 1) sorted by relevance
/external/unicode/ |
D | harness.c | 109 int rval, wantVal1, wantVal2, gotVal1, gotVal2, len2; in test01() local 116 gotVal1 = isLegalUTF8(&(utf8_testData[i].utf8_seq[0]), utf8_testData[i].utf8_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()
|