Lines Matching full:loop
267 * conversion "loop"
269 * For performance, this is not a normal C loop.
275 * - a fast-path loop for the most common codes in the mode
276 * - a loop for all other codes in the mode
277 * When the fast-path runs into a code that it cannot handle, its loop ends and it
278 * runs into the following loop to handle the other codes.
279 * The end of the input or output buffer is also handled by the slower loop.
280 * The slow loop jumps (goto) to the fast-path loop again as soon as possible.
613 * conversion "loop"
615 * For performance, this is not a normal C loop.
621 * - a fast-path loop for the most common codes in the mode
622 * - a loop for all other codes in the mode
623 * When the fast-path runs into a code that it cannot handle, its loop ends and it
624 * runs into the following loop to handle the other codes.
625 * The end of the input or output buffer is also handled by the slower loop.
626 * The slow loop jumps (goto) to the fast-path loop again as soon as possible.
1055 /* similar conversion "loop" as in toUnicode */
1056 loop:
1390 /* from the first if in the loop we know that targetCapacity>0 */
1432 goto loop;
1540 /* similar conversion "loop" as in toUnicode */
1541 loop:
1849 /* from the first if in the loop we know that targetCapacity>0 */
1869 goto loop;