Home
last modified time | relevance | path

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

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