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()
212 …thisRule->fRuleMatcher.adoptInstead(new RegexMatcher(thisRule->fExpandedRule, UREGEX_COMMENTS | UR… in addRule()
613 fRuleSet.adoptInstead(new BreakRules(this, status)); in setup()
619 fBI.adoptInstead(fRuleSet->createICUBreakIterator(status)); in setup()
620 fTestData.adoptInstead(new MonkeyTestData()); in setup()
634 fRuleCharBuffer.adoptInstead(ucbuf_open(path.data(), &codePage, TRUE, FALSE, &status)); in openBreakRules()