Home | History | Annotate | Download | only in iotest

Lines Matching refs:TEST_STR

1488     static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0};
1498 u_fprintf_u(myFile, PERCENT_S, TEST_STR);
1508 if (u_strcmp(TEST_STR, myUString) != 0) {