Home | History | Annotate | Download | only in common

Lines Matching defs:target

104     UChar *myTarget = args->target;
155 /* stores a partially calculated target*/
219 /* End of target buffer */
223 args->target = myTarget;
232 UChar *myTarget = args->target;
348 { /* End of target buffer */
352 args->target = myTarget;
363 uint8_t *myTarget = (uint8_t *) args->target;
428 or do we have to be careful about target buffer space? */
467 args->target = (char *) myTarget;
478 uint8_t *myTarget = (uint8_t *) args->target;
555 or do we have to be careful about target buffer space? */
605 args->target = (char *) myTarget;
766 uint8_t *target;
779 target=(uint8_t *)pFromUArgs->target;
780 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
795 * Jump to moreBytes below - it will not output to target.
799 * Not enough target capacity to output the partial character.
806 * Use a single counter for source and target, counting the minimum of
807 * the source length and the target capacity.
854 *target++=b;
865 *target++=b;
866 *target++=t1;
867 *target++=t2;
877 *target++=b;
878 *target++=t1;
888 *target++=b;
889 *target++=t1;
890 *target++=t2;
922 pFromUArgs->target=(char *)target;
946 pFromUArgs->target=(char *)target;
951 /* copy the legal byte sequence to the target */
956 *target++=utf8->toUBytes[i];
960 *target++=*source++;
968 if(target==(const uint8_t *)pFromUArgs->targetLimit) {
994 /* partial-sequence target overflow: fall back to the pivoting implementation */
1002 pFromUArgs->target=(char *)target;