Home
last modified time | relevance | path

Searched refs:utf8_testData (Results 1 – 1 of 1) sorted by relevance

/external/unicode/
Dharness.c75 struct utf8_test utf8_testData[] = { variable
114 for (i = 0; utf8_testData[i].utf8_len; i++) { in test01()
115 wantVal1 = wantVal2 = utf8_testData[i].utf8_legal; in test01()
116 gotVal1 = isLegalUTF8(&(utf8_testData[i].utf8_seq[0]), utf8_testData[i].utf8_len); in test01()
118 if (i <= 21) { len2 = 4; } else { len2 = utf8_testData[i].utf8_len-1; wantVal2 = 0; } in test01()
119 …gotVal2 = isLegalUTF8Sequence(&(utf8_testData[i].utf8_seq[0]), &(utf8_testData[i].utf8_seq[0])+len… in test01()
122 i, gotVal1, gotVal2, wantVal1, wantVal2, utf8_testData[i].utf8_seq[0], in test01()
123 utf8_testData[i].utf8_seq[1], utf8_testData[i].utf8_seq[2], in test01()
124 utf8_testData[i].utf8_seq[3], utf8_testData[i].utf8_seq[4], in test01()
125 utf8_testData[i].utf8_len); in test01()