Lines Matching full:continue
544 * + If the code point there is in the set, then remember to continue after it.
545 * + If a set string matches at the current position, then remember to continue after it.
548 * iteratively continue the span with the shortest local match.
569 * recursive algorithm would continue after them anyway
575 * pop the shortest string match end point and continue
580 * Continue the loop with the shortest end point of either this code point
584 * Stop if spanLength==0, otherwise continue the loop.
599 * + If the code point there is in the set, then remember to continue after it.
600 * + If a set string matches at the current position, then remember to continue after it.
601 * + Continue from the farthest match position and ignore all others.
625 * + If at least one set string matched, then continue the loop after the
629 * Stop if spanLength==0, otherwise continue the loop.
654 continue; // Irrelevant string.
728 // Simply continue after it.
735 continue;
763 continue; // spanLength>0: Match strings from after a span.
780 continue; // Match strings from after a single code point.
818 continue; // Irrelevant string.
894 // Simply continue before it.
900 continue;
928 continue; // spanLength>0: Match strings from before a span.
944 continue; // Match strings from before a single code point.
982 continue; // String not representable in UTF-8.
987 continue; // Irrelevant string.
1030 continue; // String not representable in UTF-8.
1070 // Simply continue after it.
1077 continue;
1105 continue; // spanLength>0: Match strings from after a span.
1122 continue; // Match strings from after a single code point.
1162 continue; // String not representable in UTF-8.
1167 continue; // Irrelevant string.
1211 continue; // String not representable in UTF-8.
1250 // Simply continue before it.
1256 continue;
1284 continue; // spanLength>0: Match strings from before a span.
1300 continue; // Match strings from before a single code point.
1334 * nor for any set string, then skip this code point and continue the loop.
1362 continue; // Irrelevant string.
1373 // not in the original set. Skip this code point and continue.
1405 continue; // Irrelevant string.
1416 // not in the original set. Skip this code point and continue.
1460 // not in the original set. Skip this code point and continue.
1503 // not in the original set. Skip this code point and continue.