Home | History | Annotate | Download | only in cintltst

Lines Matching refs:targ

2655     char *targ;
2706 targ = junkout;
2721 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2726 if(targ == realBufferEnd)
2728 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
2731 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2737 (char **)&targ,
2774 sourceLen, targ-junkout);
2780 for(p = junkout;p<targ;p++)
2798 if(expectLen != targ-junkout)
2800 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2801 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2802 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
2809 log_verbose("comparing %d offsets..\n", targ-junkout);
2810 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
2813 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
2815 for(p=junkout;p<targ;p++)
2819 for(i=0; i<(targ-junkout); i++)
2855 UChar *targ;
2890 targ = junkout;
2921 end = nct_min( targ + gOutBufferSize, realBufferEnd);
2924 if(targ == realBufferEnd)
2926 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
2929 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
2936 &targ,
2972 sourcelen, targ-junkout);
2979 for(p = junkout;p<targ;p++)
3000 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
3004 for(p=junkout;p<targ;p++)
3008 for(i=0; i<(targ-junkout); i++)
3012 for(i=0; i<(targ-junkout); i++)
3052 char *targ;
3103 targ = junkout;
3118 end = nct_min(targ
3123 if(targ == realBufferEnd)
3125 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
3128 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
3134 (char **)&targ,
3151 sourceLen, targ-junkout);
3157 for(p = junkout;p<targ;p++)
3175 if(expectLen != targ-junkout)
3177 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3178 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3179 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
3186 log_verbose("comparing %d offsets..\n", targ-junkout);
3187 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
3190 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
3192 for(p=junkout;p<targ;p++)
3196 for(i=0; i<(targ-junkout); i++)
3231 UChar *targ;
3266 targ = junkout;
3297 end = nct_min( targ + gOutBufferSize, realBufferEnd);
3300 if(targ == realBufferEnd)
3302 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
3305 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
3312 &targ,
3329 sourcelen, targ-junkout);
3336 for(p = junkout;p<targ;p++)
3357 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
3361 for(p=junkout;p<targ;p++)
3365 for(i=0; i<(targ-junkout); i++)
3369 for(i=0; i<(targ-junkout); i++)