Home | History | Annotate | Download | only in common

Lines Matching full:matched

562  *     ~ Set strings that start with set-contained code points must be matched
570 * + If no set string matched after spanSet.span(), then return
572 * + If at least one set string matched after spanSet.span(), then
575 * + If at least one more set string matched after a previous string match,
580 * + If no more set string matched after a previous string match,
610 * ~ Set strings that start with set-contained code points must be matched
614 * must be matched with a full overlap because the longest-match algorithm
616 * Such set strings need not be matched earlier inside the code point span
621 * + If no set string matched after spanSet.span(), then return
623 * + If at least one set string matched, then continue the loop after the
625 * + If no more set string matched after a previous string match,
745 return pos; // No strings matched after a span.
751 // No more strings matched after a previous string match.
764 // string matched beyond it, so that we try all possible positions
910 return pos; // No strings matched before a span.
916 // No more strings matched before a previous string match.
929 // string matched beyond it, so that we try all possible positions
1087 return pos; // No strings matched after a span.
1093 // No more strings matched after a previous string match.
1106 // string matched beyond it, so that we try all possible positions
1266 return pos; // No strings matched before a span.
1272 // No more strings matched before a previous string match.
1285 // string matched beyond it, so that we try all possible positions