Lines Matching refs:offset_str
2670 char offset_str[9999]; in testConvertFromUnicode() local
2784 offset_str[0] = 0; in testConvertFromUnicode()
2788 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2796 log_verbose(offset_str); in testConvertFromUnicode()
2866 char offset_str[9999]; in testConvertToUnicode() local
2982 offset_str[0] = 0; in testConvertToUnicode()
2987 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2995 log_verbose(offset_str); in testConvertToUnicode()
3067 char offset_str[9999]; in testConvertFromUnicodeWithContext() local
3161 offset_str[0] = 0; in testConvertFromUnicodeWithContext()
3165 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3173 log_verbose(offset_str); in testConvertFromUnicodeWithContext()
3242 char offset_str[9999]; in testConvertToUnicodeWithContext() local
3339 offset_str[0] = 0; in testConvertToUnicodeWithContext()
3344 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicodeWithContext()
3352 log_verbose(offset_str); in testConvertToUnicodeWithContext()