Searched refs:setToAdopt (Results 1 – 2 of 2) sorted by relevance
665 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) { in findSetFor() argument674 delete setToAdopt; in findSetFor()683 if (setToAdopt == NULL) { in findSetFor()685 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor()689 setToAdopt = new UnicodeSet(c, c); in findSetFor()698 usetNode->fInputSet = setToAdopt; in findSetFor()715 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
84 void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt = NULL);