Home | History | Annotate | Download | only in iotest

Lines Matching full:u_fgetc

112     myUString[0] = u_fgetc(myFile);
114 log_err("u_fgetc 1 returned %X. Expected 'S'.", myString[0]);
117 myUString[0] = u_fgetc(myFile);
119 log_err("u_fgetc 2 returned %X. Expected 'S'.", myString[0]);
122 myUString[0] = u_fgetc(myFile);
124 log_err("u_fgetc 3 returned %X. Expected 'S'.", myString[0]);
127 myUString[0] = u_fgetc(myFile);
129 myUString[2] = u_fgetc(myFile);
464 if (u_fgetc(myFile) != 0x3BC) {
467 if (u_fgetc(myFile) != 0xFF41) {
509 if (u_fgetc(myFile) != 0x3BC) {
512 if (u_fgetc(myFile) != 0xFF41) {
1481 UChar gotChar = u_fgetc(myFile);
1483 log_err("u_fgetc returned unexpected character U+%04X expected U+%04X\n", gotChar, testChar);
1488 if (u_fgetc(myFile) != U_EOF) {
1489 log_err("u_fgetc did not return expected EOF\n");