Lines Matching refs:loop
268 * conversion "loop"
270 * For performance, this is not a normal C loop.
276 * - a fast-path loop for the most common codes in the mode
277 * - a loop for all other codes in the mode
278 * When the fast-path runs into a code that it cannot handle, its loop ends and it
279 * runs into the following loop to handle the other codes.
280 * The end of the input or output buffer is also handled by the slower loop.
281 * The slow loop jumps (goto) to the fast-path loop again as soon as possible.
614 * conversion "loop"
616 * For performance, this is not a normal C loop.
622 * - a fast-path loop for the most common codes in the mode
623 * - a loop for all other codes in the mode
624 * When the fast-path runs into a code that it cannot handle, its loop ends and it
625 * runs into the following loop to handle the other codes.
626 * The end of the input or output buffer is also handled by the slower loop.
627 * The slow loop jumps (goto) to the fast-path loop again as soon as possible.
1056 /* similar conversion "loop" as in toUnicode */
1057 loop:
1391 /* from the first if in the loop we know that targetCapacity>0 */
1433 goto loop;
1541 /* similar conversion "loop" as in toUnicode */
1542 loop:
1850 /* from the first if in the loop we know that targetCapacity>0 */
1870 goto loop;