Home | History | Annotate | Download | only in iotest

Lines Matching refs:testChar

1506     UChar   testChar = 0xBEEF; 
1509 testChar = 0x65; /* 'A' - otherwise read test will fail */
1525 u_memset(buffer, testChar, expected);
1545 if(gotChar != testChar) {
1546 log_err("u_fgetc returned unexpected character U+%04X expected U+%04X\n", gotChar, testChar);