Home | History | Annotate | Download | only in cintltst

Lines Matching refs:compatTests

98 const static char* compatTests[][3] = {
179 for(x=0; x < LENGTHOF(compatTests); x++)
181 source=CharsToUChars(compatTests[x][0]);
193 assertEqual(result, compatTests[x][1], x);
237 for(x=0; x < LENGTHOF(compatTests); x++)
239 source=CharsToUChars(compatTests[x][0]);
251 assertEqual(result, compatTests[x][2], x);
538 for (count = 0; count < LENGTHOF(compatTests); count ++)
540 d = CharsToUChars(compatTests[count][1]);
541 c = CharsToUChars(compatTests[count][2]);