Home | History | Annotate | Download | only in common

Lines Matching refs:nested

482         UnicodeSet* nested = 0; // alias - do not delete
492 // -------- Parse '[' of opening delimiter OR nested set.
493 // If there is a nested set, use `setMode' to define how
497 // characters representing a nested set in the symbol
525 // otherwise restart loop for nested [], \p{}, etc.
542 // casting away const, but `nested' won't be modified
544 nested = const_cast<UnicodeSet*>(ms);
550 // -------- Handle a nested set. This either is inline in
572 if (nested == 0) {
578 nested = scratch.pointer();
582 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
586 nested->applyPropertyPattern(chars, patLocal, ec);
589 case 3: // `nested' already parsed
590 nested->_toPattern(patLocal, FALSE);
598 *this = *nested;
605 removeAll(*nested);
608 retainAll(*nested);
611 addAll(*nested);