Home | History | Annotate | Download | only in intltest

Lines Matching defs:loop

180         //   break out of the loop.
415 // kind of loop.
508 // The loop normally exits by means of the break in the middle.
550 // The loop normally exits by means of the break in the middle.
1495 // but the dictionary code, without a type, would loop.
1774 and caused an infinite loop here on EBCDIC systems!
2105 // Loop runs once per "significant" character position in the input text.
2117 // Still warming up the loop. (won't work with zero length strings, but we don't care)
2428 // Loop runs once per "significant" character position in the input text.
2448 // Still warming up the loop. (won't work with zero length strings, but we don't care)
2804 // Loop runs once per "significant" character position in the input text.
2832 // Still warming up the loop. (won't work with zero length strings, but we don't care)
3180 // main loop in next().
3247 // Initial values for loop. Loop will run the first time without finding breaks,
3250 pos = prevPos = prevPosX2 = -1; // Invalid value, serves as flag for initial loop iteration.
3255 // Loop runs once per position in the test text, until a break position
3284 // If the loop is still warming up - if we haven't shifted the initial
3285 // -1 positions out of prevPos yet - loop back to advance the
3339 // LB 9, 10 Already done, at top of loop.
3548 // so that next loop iteration will continue at the end of the number,
3705 // loop=nnn Looping count. Controls running time.
3712 // intltest rbbi/RBBITest/TestMonkey@"type=line loop=-1"
3864 int loop;
3869 for (loop = 0; loop < UPRV_LENGTHOF(strlist); loop ++) {
3870 // printf("looping %d\n", loop);
3871 UnicodeString ustr = CharsToUnicodeString(strlist[loop]);
3930 int loop;
3935 for (loop = 0; loop < UPRV_LENGTHOF(strlist); loop ++) {
3936 // printf("looping %d\n", loop);
3937 u_unescape(strlist[loop], str, 20);
4021 int loop;
4026 for (loop = 0; loop < UPRV_LENGTHOF(strlist); loop ++) {
4027 // printf("looping %d\n", loop);
4028 int32_t t = u_unescape(strlist[loop], str, STRSIZE);
4091 int loop;
4096 for (loop = 0; loop < UPRV_LENGTHOF(strlist); loop ++) {
4097 u_unescape(strlist[loop], str, UPRV_LENGTHOF(str));
4141 loopCount = getIntParam("loop", p, loopCount);
4289 // If test is running in an infinite loop, display a periodic tic so
4294 // for this loop iteration in event of an error.