Searched refs:setToAdopt (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 699 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) { in findSetFor() argument 708 delete setToAdopt; in findSetFor() 717 if (setToAdopt == NULL) { in findSetFor() 719 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor() 723 setToAdopt = new UnicodeSet(c, c); in findSetFor() 736 usetNode->fInputSet = setToAdopt; in findSetFor() 753 if (tkey == NULL || el == NULL || setToAdopt == NULL) { in findSetFor() 759 delete setToAdopt; in findSetFor() 760 setToAdopt = NULL; in findSetFor()
|
D | rbbiscan.h | 86 void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt = NULL);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 598 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) { in findSetFor() argument 615 if (setToAdopt == null) { in findSetFor() 617 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor() 621 setToAdopt = new UnicodeSet(c, c); in findSetFor() 631 usetNode.fInputSet = setToAdopt; in findSetFor()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 597 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) { in findSetFor() argument 614 if (setToAdopt == null) { in findSetFor() 616 setToAdopt = new UnicodeSet(0x000000, 0x10ffff); in findSetFor() 620 setToAdopt = new UnicodeSet(c, c); in findSetFor() 630 usetNode.fInputSet = setToAdopt; in findSetFor()
|