Home | History | Annotate | Download | only in cintltst

Lines Matching defs:targ

2654     char *targ;
2705 targ = junkout;
2720 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2725 if(targ == realBufferEnd)
2727 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
2730 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2736 (char **)&targ,
2773 sourceLen, targ-junkout);
2779 for(p = junkout;p<targ;p++)
2797 if(expectLen != targ-junkout)
2799 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2800 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2801 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
2808 log_verbose("comparing %d offsets..\n", targ-junkout);
2809 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
2812 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
2814 for(p=junkout;p<targ;p++)
2818 for(i=0; i<(targ-junkout); i++)
2854 UChar *targ;
2889 targ = junkout;
2920 end = nct_min( targ + gOutBufferSize, realBufferEnd);
2923 if(targ == realBufferEnd)
2925 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
2928 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
2935 &targ,
2971 sourcelen, targ-junkout);
2978 for(p = junkout;p<targ;p++)
2999 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
3003 for(p=junkout;p<targ;p++)
3007 for(i=0; i<(targ-junkout); i++)
3011 for(i=0; i<(targ-junkout); i++)
3051 char *targ;
3102 targ = junkout;
3117 end = nct_min(targ + gOutBufferSize, realBufferEnd);
3122 if(targ == realBufferEnd)
3124 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
3127 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
3133 (char **)&targ,
3150 sourceLen, targ-junkout);
3156 for(p = junkout;p<targ;p++)
3174 if(expectLen != targ-junkout)
3176 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3177 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3178 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
3185 log_verbose("comparing %d offsets..\n", targ-junkout);
3186 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
3189 printSeqErr((const uint8_t *)junkout, (int32_t)(targ-junkout));
3191 for(p=junkout;p<targ;p++)
3195 for(i=0; i<(targ-junkout); i++)
3230 UChar *targ;
3265 targ = junkout;
3296 end = nct_min( targ + gOutBufferSize, realBufferEnd);
3299 if(targ == realBufferEnd)
3301 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
3304 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
3311 &targ,
3328 sourcelen, targ-junkout);
3335 for(p = junkout;p<targ;p++)
3356 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
3360 for(p=junkout;p<targ;p++)
3364 for(i=0; i<(targ-junkout); i++)
3368 for(i=0; i<(targ-junkout); i++)