Home | History | Annotate | Download | only in cintltst

Lines Matching defs:targ

385     char *targ;
418 targ = junkout;
430 end = nct_min(targ + gOutBufferSize, realBufferEnd);
435 if(targ == realBufferEnd) {
436 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
439 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
445 &targ,
460 sourceLen, targ-junkout);
470 for(ptr = junkout;ptr<targ;ptr++) {
485 if(expectLen != targ-junkout) {
486 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
487 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
489 printSeqErr((const unsigned char*)junkout, (int32_t)(targ-junkout));
496 targ-junkout);
497 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
499 printSeqErr((const unsigned char*)junkout, (int32_t)(targ-junkout));
502 for(p=junkout;p<targ;p++) {
507 for(i=0; i<(targ-junkout); i++) {
543 UChar *targ;
576 targ = junkout;
588 end = nct_min( targ + gOutBufferSize, realBufferEnd);
591 if(targ == realBufferEnd)
593 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjet=%08lx %s",targ,gNuConvTestName);
596 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
598 /* oldTarg = targ; */
603 &targ,
611 /* offs += (targ-oldTarg); */
622 sourcelen, targ-junkout);
632 for(ptr = junkout;ptr<targ;ptr++)
653 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){
656 for(p=junkout;p<targ;p++) {
661 for(i=0; i<(targ-junkout); i++) {
666 for(i=0; i<(targ-junkout); i++) {