Lines Matching refs:nested
484 UnicodeSet* nested = 0; // alias - do not delete
494 // -------- Parse '[' of opening delimiter OR nested set.
495 // If there is a nested set, use `setMode' to define how
499 // characters representing a nested set in the symbol
527 // otherwise restart loop for nested [], \p{}, etc.
544 // casting away const, but `nested' won't be modified
546 nested = const_cast<UnicodeSet*>(ms);
552 // -------- Handle a nested set. This either is inline in
574 if (nested == 0) {
580 nested = scratch.pointer();
584 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec);
588 nested->applyPropertyPattern(chars, patLocal, ec);
591 case 3: // `nested' already parsed
592 nested->_toPattern(patLocal, FALSE);
600 *this = *nested;
607 removeAll(*nested);
610 retainAll(*nested);
613 addAll(*nested);