Lines Matching refs:loop
147 default: name = ""; break; //needed to end loop
221 // break out of the loop.
875 // kind of loop.
968 // The loop normally exits by means of the break in the middle.
1010 // The loop normally exits by means of the break in the middle.
1953 // but the dictionary code, without a type, would loop.
2210 and caused an infinite loop here on EBCDIC systems!
2491 // Loop runs once per "significant" character position in the input text.
2503 // Still warming up the loop. (won't work with zero length strings, but we don't care)
2723 // Loop runs once per "significant" character position in the input text.
2743 // Still warming up the loop. (won't work with zero length strings, but we don't care)
3049 // Loop runs once per "significant" character position in the input text.
3077 // Still warming up the loop. (won't work with zero length strings, but we don't care)
3396 // main loop in next().
3460 // Initial values for loop. Loop will run the first time without finding breaks,
3463 pos = prevPos = -1; // Invalid value, serves as flag for initial loop iteration.
3468 // Loop runs once per position in the test text, until a break position
3494 // If the loop is still warming up - if we haven't shifted the initial
3495 // -1 positions out of prevPos yet - loop back to advance the
3537 // LB 9, 10 Already done, at top of loop.
3717 // so that next loop iteration will continue at the end of the number,
3853 // loop=nnn Looping count. Controls running time.
4004 int loop;
4009 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
4010 // printf("looping %d\n", loop);
4011 UnicodeString ustr = CharsToUnicodeString(strlist[loop
4070 int loop;
4075 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
4076 // printf("looping %d\n", loop);
4077 u_unescape(strlist[loop], str, 20);
4168 int loop;
4173 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
4174 // printf("looping %d\n", loop);
4175 int32_t t = u_unescape(strlist[loop], str, STRSIZE);
4238 int loop;
4243 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
4244 u_unescape(strlist[loop], str, (int32_t)(sizeof(str) / sizeof(str[0])));
4288 loopCount = getIntParam("loop", p, loopCount);
4436 // If test is running in an infinite loop, display a periodic tic so
4441 // for this loop iteration in event of an error.