Lines Matching refs:junk
2669 char junk[9999]; in testConvertFromUnicode() local
2783 junk[0] = 0; in testConvertFromUnicode()
2787 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode()
2791 log_verbose(junk); in testConvertFromUnicode()
2865 char junk[9999]; in testConvertToUnicode() local
2981 junk[0] = 0; in testConvertToUnicode()
2986 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode()
2990 log_verbose(junk); in testConvertToUnicode()
3066 char junk[9999]; in testConvertFromUnicodeWithContext() local
3160 junk[0] = 0; in testConvertFromUnicodeWithContext()
3164 sprintf(junk + strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicodeWithContext()
3168 log_verbose(junk); in testConvertFromUnicodeWithContext()
3241 char junk[9999]; in testConvertToUnicodeWithContext() local
3338 junk[0] = 0; in testConvertToUnicodeWithContext()
3343 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicodeWithContext()
3347 log_verbose(junk); in testConvertToUnicodeWithContext()