Home | History | Annotate | Download | only in intltest

Lines Matching refs:loop

156         default: name = ""; break; //needed to end loop
230 // break out of the loop.
465 // kind of loop.
558 // The loop normally exits by means of the break in the middle.
600 // The loop normally exits by means of the break in the middle.
1545 // but the dictionary code, without a type, would loop.
1824 and caused an infinite loop here on EBCDIC systems!
2108 // Loop runs once per "significant" character position in the input text.
2120 // Still warming up the loop. (won't work with zero length strings, but we don't care)
2379 // Loop runs once per "significant" character position in the input text.
2399 // Still warming up the loop. (won't work with zero length strings, but we don't care)
2730 // Loop runs once per "significant" character position in the input text.
2758 // Still warming up the loop. (won't work with zero length strings, but we don't care)
3084 // main loop in next().
3151 // Initial values for loop. Loop will run the first time without finding breaks,
3154 pos = prevPos = prevPosX2 = -1; // Invalid value, serves as flag for initial loop iteration.
3159 // Loop runs once per position in the test text, until a break position
3188 // If the loop is still warming up - if we haven't shifted the initial
3189 // -1 positions out of prevPos yet - loop back to advance the
3231 // LB 9, 10 Already done, at top of loop.
3429 // so that next loop iteration will continue at the end of the number,
3574 // loop=nnn Looping count. Controls running time.
3730 int loop;
3735 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3736 // printf("looping %d\n", loop);
3737 UnicodeString ustr = CharsToUnicodeString(strlist[loop]);
3796 int loop;
3801 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3802 // printf("looping %d\n", loop);
3803 u_unescape(strlist[loop], str, 20);
3894 int loop;
3899 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3900 // printf("looping %d\n", loop);
3901 int32_t t = u_unescape(strlist[loop], str, STRSIZE);
3964 int loop;
3969 for (loop = 0; loop < (int)(sizeof(strlist) / sizeof(char *)); loop ++) {
3970 u_unescape(strlist[loop], str, (int32_t)(sizeof(str) / sizeof(str[0])));
4014 loopCount = getIntParam("loop", p, loopCount);
4162 // If test is running in an infinite loop, display a periodic tic so
4167 // for this loop iteration in event of an error.