• Home
  • Raw
  • Download

Lines Matching refs:junokout

2630     int32_t junokout[NEW_MAX_BUFFER]; /* FIX */  in testConvertFromUnicode()  local
2652 junokout[i] = 0xFF; in testConvertFromUnicode()
2685 offs = junokout; in testConvertFromUnicode()
2758 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2785 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode()
2791 log_err("%d,", junokout[p-junkout]); in testConvertFromUnicode()
2826 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToUnicode() local
2849 junokout[i] = -1; in testConvertToUnicode()
2866 offs = junokout; in testConvertToUnicode()
2954 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2972 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode()
2977 log_err(" %2d,", junokout[p-junkout]); in testConvertToUnicode()
3021 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertFromUnicodeWithContext() local
3043 junokout[i] = 0xFF; in testConvertFromUnicodeWithContext()
3076 offs = junokout; in testConvertFromUnicodeWithContext()
3132 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3159 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicodeWithContext()
3165 log_err("%d,", junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3199 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToUnicodeWithContext() local
3222 junokout[i] = -1; in testConvertToUnicodeWithContext()
3239 offs = junokout; in testConvertToUnicodeWithContext()
3311 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicodeWithContext()
3329 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicodeWithContext()
3334 log_err(" %2d,", junokout[p-junkout]); in testConvertToUnicodeWithContext()