Lines Matching refs:offset_str
2645 char offset_str[9999]; in testConvertFromUnicode() local
2756 offset_str[0] = 0; in testConvertFromUnicode()
2760 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2768 log_verbose(offset_str); in testConvertFromUnicode()
2838 char offset_str[9999]; in testConvertToUnicode() local
2951 offset_str[0] = 0; in testConvertToUnicode()
2956 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2964 log_verbose(offset_str); in testConvertToUnicode()
3036 char offset_str[9999]; in testConvertFromUnicodeWithContext() local
3130 offset_str[0] = 0; in testConvertFromUnicodeWithContext()
3134 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3142 log_verbose(offset_str); in testConvertFromUnicodeWithContext()
3211 char offset_str[9999]; in testConvertToUnicodeWithContext() local
3308 offset_str[0] = 0; in testConvertToUnicodeWithContext()
3313 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicodeWithContext()
3321 log_verbose(offset_str); in testConvertToUnicodeWithContext()