Home
last modified time | relevance | path

Searched refs:setToAdopt (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Drbbiscan.cpp665 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) { in findSetFor() argument
674 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()
Drbbiscan.h84 void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt = NULL);