Lines Matching refs:adoptInstead
62 fCharClasses.adoptInstead(uhash_open(uhash_hashUnicodeString, in BreakRules()
73 fCharClassList.adoptInstead(new UVector(status)); in BreakRules()
75 fSetRefsMatcher.adoptInstead(new RegexMatcher(UnicodeString( in BreakRules()
82 fCommentsMatcher.adoptInstead(new RegexMatcher(UnicodeString( in BreakRules()
90 fClassDefMatcher.adoptInstead(new RegexMatcher(UnicodeString( in BreakRules()
99 fRuleDefMatcher.adoptInstead(new RegexMatcher(UnicodeString( in BreakRules()
220 …thisRule->fRuleMatcher.adoptInstead(new RegexMatcher(thisRule->fExpandedRule, UREGEX_COMMENTS | UR… in addRule()
629 fRuleSet.adoptInstead(new BreakRules(this, status)); in setup()
635 fBI.adoptInstead(fRuleSet->createICUBreakIterator(status)); in setup()
636 fTestData.adoptInstead(new MonkeyTestData()); in setup()
650 fRuleCharBuffer.adoptInstead(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status)); in openBreakRules()