Home | History | Annotate | Download | only in cintltst

Lines Matching refs:targ

373     char *targ;
406 targ = junkout;
418 end = nct_min(targ + gOutBufferSize, realBufferEnd);
423 if(targ == realBufferEnd) {
424 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
427 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
433 &targ,
448 sourceLen, targ-junkout);
458 for(ptr = junkout;ptr<targ;ptr++) {
473 if(expectLen != targ-junkout) {
474 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
475 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
477 printSeqErr((const unsigned char*)junkout, (int32_t)(targ-junkout));
484 log_verbose("comparing %d offsets..\n", targ-junkout);
485 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
487 printSeqErr((const unsigned char*)junkout, (int32_t)(targ-junkout));
490 for(p=junkout;p<targ;p++) {
495 for(i=0; i<(targ-junkout); i++) {
531 UChar *targ;
564 targ = junkout;
576 end = nct_min( targ + gOutBufferSize, realBufferEnd);
579 if(targ == realBufferEnd)
581 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjet=%08lx %s",targ,gNuConvTestName);
584 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
586 /* oldTarg = targ; */
591 &targ,
599 /* offs += (targ-oldTarg); */
610 sourcelen, targ-junkout);
620 for(ptr = junkout;ptr<targ;ptr++)
641 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){
644 for(p=junkout;p<targ;p++) {
649 for(i=0; i<(targ-junkout); i++) {
654 for(i=0; i<(targ-junkout); i++) {