Lines Matching refs:offset_str
2647 char offset_str[9999]; in testConvertFromUnicode() local
2758 offset_str[0] = 0; in testConvertFromUnicode()
2762 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2770 log_verbose(offset_str); in testConvertFromUnicode()
2840 char offset_str[9999]; in testConvertToUnicode() local
2953 offset_str[0] = 0; in testConvertToUnicode()
2958 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2966 log_verbose(offset_str); in testConvertToUnicode()
3038 char offset_str[9999]; in testConvertFromUnicodeWithContext() local
3132 offset_str[0] = 0; in testConvertFromUnicodeWithContext()
3136 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3144 log_verbose(offset_str); in testConvertFromUnicodeWithContext()
3213 char offset_str[9999]; in testConvertToUnicodeWithContext() local
3310 offset_str[0] = 0; in testConvertToUnicodeWithContext()
3315 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicodeWithContext()
3323 log_verbose(offset_str); in testConvertToUnicodeWithContext()