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