Lines Matching refs:target
851 t=pArgs->target;
946 int32_t length=(int32_t)(pArgs->target-t);
994 t=pArgs->target;
1125 char **target, const char *targetLimit,
1132 t=*target;
1152 *target=t;
1160 /* copy the overflow contents to the target */
1167 /* the overflow buffer is completely copied to the target */
1169 *target=t;
1178 char **target, const char *targetLimit,
1192 if(cnv==NULL || target==NULL || source==NULL) {
1198 t=*target;
1212 * 1) Make sure that the limits are >= to the address source or target
1222 * consumed or the target filled (unless an error occurs).
1237 /* output the target overflow buffer */
1239 ucnv_outputOverflowFromUnicode(cnv, target, targetLimit, &offsets, err)
1244 /* *target may have moved, therefore stop using t */
1265 args.target=*target;
1272 *target=args.target;
1296 t=pArgs->target;
1391 int32_t length=(int32_t)(pArgs->target-t);
1439 t=pArgs->target;
1571 UChar **target, const UChar *targetLimit,
1578 t=*target;
1598 *target=t;
1606 /* copy the overflow contents to the target */
1613 /* the overflow buffer is completely copied to the target */
1615 *target=t;
1624 UChar **target, const UChar *targetLimit,
1638 if(cnv==NULL || target==NULL || source==NULL) {
1644 t=*target;
1658 * 1) Make sure that the limits are >= to the address source or target
1668 * consumed or the target filled (unless an error occurs).
1683 /* output the target overflow buffer */
1685 ucnv_outputOverflowToUnicode(cnv, target, targetLimit, &offsets, err)
1690 /* *target may have moved, therefore stop using t */
1711 args.target=*target;
1718 *target=args.target;
1874 * consumed or the target filled (unless an error occurs).
1884 /* flush the target overflow buffer */
1922 args.target=buffer;
1960 length=(int32_t)(args.target-buffer);
1964 args.target=buffer+1;
2009 length=(int32_t)(args.target-buffer);
2046 char **target, const char *targetLimit,
2069 target==NULL || *target==NULL || targetLimit==NULL
2076 t=*target;
2126 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) {
2130 /* *target has moved, therefore stop using t */
2181 fromUArgs.target=*target;
2208 * source - sourceCnv overflow - pivot - targetCnv overflow - target
2216 * fromUnicode(pivot -> target);
2231 /* target overflow, or conversion error */
2352 toUArgs.target=pivotStart; /* ==*pivotTarget */
2355 *pivotTarget=toUArgs.target;
2381 * - the entire source text has been converted successfully to the target buffer
2382 * - a target buffer overflow occurred
2387 *target=fromUArgs.target;
2389 /* terminate the target buffer if possible */
2391 if(*target!=targetLimit) {
2392 **target=0;
2405 char *target, int32_t targetCapacity,
2425 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2429 myTarget=target;
2434 targetLimit=target+targetCapacity;
2442 targetLength=(int32_t)(myTarget-target);
2469 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2478 char *target, int32_t targetCapacity,
2490 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2498 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2514 target, targetCapacity,
2529 char *target, int32_t targetCapacity,
2541 targetCapacity<0 || (targetCapacity>0 && target==NULL)
2549 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2573 target, targetCapacity,
2585 char *target, int32_t targetCapacity,
2589 target, targetCapacity,
2597 char *target, int32_t targetCapacity,
2601 target, targetCapacity,