Home | History | Annotate | Download | only in iotest

Lines Matching refs:u_fgetcx

130     myUString[1] = (UChar)u_fgetcx(myFile); /* Mix getc and getcx and see what happens. */
133 log_err("u_fgetcx returned \\u%04X\\u%04X\\u%04X. Expected 'Sin'.", myString[0], myString[1], myString[2]);