Lines Matching refs:nested
564 UnicodeSet* nested = 0; // alias - do not delete in applyPattern() local
626 nested = const_cast<UnicodeSet*>(ms); in applyPattern()
654 if (nested == 0) { in applyPattern()
660 nested = scratch.pointer(); in applyPattern()
664 nested->applyPattern(chars, symbols, patLocal, options, ec); in applyPattern()
668 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern()
672 nested->_toPattern(patLocal, FALSE); in applyPattern()
680 *this = *nested; in applyPattern()
687 removeAll(*nested); in applyPattern()
690 retainAll(*nested); in applyPattern()
693 addAll(*nested); in applyPattern()