Home | History | Annotate | Download | only in cintltst

Lines Matching refs:targ

2635     char *targ;
2686 targ = junkout;
2701 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2706 if(targ == realBufferEnd)
2708 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
2711 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2717 (char **)&targ,
2751 sourceLen, targ-junkout);
2757 for(p = junkout;p<targ;p++)
2775 if(expectLen != targ-junkout)
2777 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2778 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2779 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
2786 log_verbose("comparing %d offsets..\n", targ-junkout);
2787 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
2790 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
2792 for(p=junkout;p<targ;p++)
2796 for(i=0; i<(targ-junkout); i++)
2832 UChar *targ;
2867 targ = junkout;
2898 end = nct_min( targ + gOutBufferSize, realBufferEnd);
2901 if(targ == realBufferEnd)
2903 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
2906 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
2913 &targ,
2946 sourcelen, targ-junkout);
2953 for(p = junkout;p<targ;p++)
2974 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
2978 for(p=junkout;p<targ;p++)
2982 for(i=0; i<(targ-junkout); i++)
2986 for(i=0; i<(targ-junkout); i++)
3026 char *targ;
3077 targ = junkout;
3092 end = nct_min(targ + gOutBufferSize, realBufferEnd);
3097 if(targ == realBufferEnd)
3099 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
3102 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
3108 (char **)&targ,
3125 sourceLen, targ-junkout);
3131 for(p = junkout;p<targ;p++)
3149 if(expectLen != targ-junkout)
3151 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3152 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3153 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
3160 log_verbose("comparing %d offsets..\n", targ-junkout);
3161 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
3164 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
3166 for(p=junkout;p<targ;p++)
3170 for(i=0; i<(targ-junkout); i++)
3205 UChar *targ;
3240 targ = junkout;
3271 end = nct_min( targ + gOutBufferSize, realBufferEnd);
3274 if(targ == realBufferEnd)
3276 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
3279 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
3286 &targ,
3303 sourcelen, targ-junkout);
3310 for(p = junkout;p<targ;p++)
3331 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
3335 for(p=junkout;p<targ;p++)
3339 for(i=0; i<(targ-junkout); i++)
3343 for(i=0; i<(targ-junkout); i++)