• Home
  • Raw
  • Download

Lines Matching refs:junokout

2634     int32_t junokout[NEW_MAX_BUFFER]; /* FIX */  in testConvertFromUnicode()  local
2656 junokout[i] = 0xFF; in testConvertFromUnicode()
2689 offs = junokout; in testConvertFromUnicode()
2762 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode()
2789 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode()
2795 log_err("%d,", junokout[p-junkout]); in testConvertFromUnicode()
2830 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToUnicode() local
2853 junokout[i] = -1; in testConvertToUnicode()
2870 offs = junokout; in testConvertToUnicode()
2958 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode()
2976 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode()
2981 log_err(" %2d,", junokout[p-junkout]); in testConvertToUnicode()
3025 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertFromUnicodeWithContext() local
3047 junokout[i] = 0xFF; in testConvertFromUnicodeWithContext()
3080 offs = junokout; in testConvertFromUnicodeWithContext()
3136 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3163 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicodeWithContext()
3169 log_err("%d,", junokout[p-junkout]); in testConvertFromUnicodeWithContext()
3203 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToUnicodeWithContext() local
3226 junokout[i] = -1; in testConvertToUnicodeWithContext()
3243 offs = junokout; in testConvertToUnicodeWithContext()
3315 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicodeWithContext()
3333 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicodeWithContext()
3338 log_err(" %2d,", junokout[p-junkout]); in testConvertToUnicodeWithContext()