Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbiscan.cpp732 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) { in findSetFor() argument
741 delete setToAdopt; in findSetFor()
750 if (setToAdopt == NULL) { in findSetFor()
752 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor()
756 setToAdopt = new UnicodeSet(c, c); in findSetFor()
769 usetNode->fInputSet = setToAdopt; in findSetFor()
786 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor()
792 delete setToAdopt; in findSetFor()
793 setToAdopt = NULL; in findSetFor()
Drbbiscan.h87 void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt = NULL);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java629 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) { in findSetFor() argument
646 if (setToAdopt == null) { in findSetFor()
648 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor()
652 setToAdopt = new UnicodeSet(c, c); in findSetFor()
662 usetNode.fInputSet = setToAdopt; in findSetFor()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java628 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) { in findSetFor() argument
645 if (setToAdopt == null) { in findSetFor()
647 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor()
651 setToAdopt = new UnicodeSet(c, c); in findSetFor()
661 usetNode.fInputSet = setToAdopt; in findSetFor()