Home | History | Annotate | Download | only in cintltst

Lines Matching defs:targ

140     char *targ;
178 targ = junkout;
193 end = nct_min(targ + gOutBufferSize, realBufferEnd);
198 if(targ == realBufferEnd)
200 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
209 (char **)&targ,
226 sourceLen, targ-junkout);
234 for(p = junkout;p<targ;p++)
252 if(expectLen != targ-junkout)
254 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
255 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
256 printSeqErr((const unsigned char*)junkout, (int32_t)(targ-junkout));
263 log_verbose("\ncomparing %d offsets..\n", targ-junkout);
264 if(uprv_memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
267 printSeqErr((const unsigned char*)junkout, (int32_t)(targ-junkout));
268 for(p=junkout;p<targ;p++)
271 for(i=0; i<(targ-junkout); i++)
302 UChar *targ;
336 targ = junkout;
357 end = nct_min( targ + gOutBufferSize, realBufferEnd);
360 if(targ == realBufferEnd)
362 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
365 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
372 &targ,
389 sourcelen, targ-junkout);
396 for(p = junkout;p<targ;p++)
417 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
421 for(p=junkout;p<targ;p++)
424 for(i=0; i<(targ-junkout); i++)
427 for(i=0; i<(targ-junkout); i++)