Home
last modified time | relevance | path

Searched refs:TEST_STR (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/iotest/
Dfiletst.c1475 static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0}; in TestUnicodeFormat() local
1485 u_fprintf_u(myFile, PERCENT_S, TEST_STR); in TestUnicodeFormat()
1495 if (u_strcmp(TEST_STR, myUString) != 0) { in TestUnicodeFormat()