Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dfiletst.c868 static const UChar strBadConversion[] = { 0x0041, 0x0042, 0xfffd, 0x0043, 0}; in TestCodepage() local
917 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile); in TestCodepage()
918 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) { in TestCodepage()