Home | History | Annotate | Download | only in common

Lines Matching refs:CONTAINED

217     // span(longest match) but only the relevant ones for span(while contained).
218 // TODO: Possible optimization: Distinguish CONTAINED vs. LONGEST_MATCH
219 // and do not store UTF-8 strings if !thisRelevant and CONTAINED.
240 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) {
313 if(which&CONTAINED) {
321 } else /* not CONTAINED, not all, but NOT_CONTAINED */ {
332 if(which&CONTAINED) {
341 } else /* not CONTAINED, not all, but NOT_CONTAINED */ {
348 // a span(while not contained) stops before any string.
363 if(which&CONTAINED) { // Only necessary for LONGEST_MATCH.
562 * ~ Set strings that start with set-contained code points must be matched
565 * ~ Set strings that entirely consist of set-contained code points
577 * contained in the set.
610 * ~ Set strings that start with set-contained code points must be matched
613 * ~ Set strings that entirely consist of set-contained code points
661 // While contained: No point matching fully inside the code point span.
690 // For longest match, we do need to try to match even an all-contained string
825 // While contained: No point matching fully inside the code point span.
856 // For longest match, we do need to try to match even an all-contained string
991 // While contained: No point matching fully inside the code point span.
1031 // For longest match, we do need to try to match even an all-contained string
1171 // While contained: No point matching fully inside the code point span.
1212 // For longest match, we do need to try to match even an all-contained string
1370 // The span(while not contained) ended on a string start/end which is
1413 // The span(while not contained) ended on a string start/end which is
1457 // The span(while not contained) ended on a string start/end which is
1500 // The span(while not contained) ended on a string start/end which is