Lines Matching full:settoadopt
699 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) {
708 delete setToAdopt;
717 if (setToAdopt == NULL) {
719 setToAdopt = new UnicodeSet(0x000000, 0x10ffff);
723 setToAdopt = new UnicodeSet(c, c);
736 usetNode->fInputSet = setToAdopt;
753 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
759 delete setToAdopt;
760 setToAdopt = NULL;