Searched refs:addMatchSetTo (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeMatcher.java135 public abstract void addMatchSetTo(UnicodeSet toUnionTo); method in interface:UnicodeMatcher
H A DQuantifier.java108 public void addMatchSetTo(UnicodeSet toUnionTo) { method in class:Quantifier
110 matcher.addMatchSetTo(toUnionTo);
H A DUnicodeSet.java1098 public void addMatchSetTo(UnicodeSet toUnionTo) { method in class:UnicodeSet
/external/icu/icu4c/source/common/unicode/
H A Dunimatch.h158 virtual void addMatchSetTo(UnicodeSet& toUnionTo) const = 0;
H A Duniset.h1015 virtual void addMatchSetTo(UnicodeSet& toUnionTo) const;
/external/icu/icu4c/source/i18n/
H A Dquant.h94 virtual void addMatchSetTo(UnicodeSet& toUnionTo) const;
H A Dquant.cpp132 void Quantifier::addMatchSetTo(UnicodeSet& toUnionTo) const { function in class:Quantifier
134 matcher->toMatcher()->addMatchSetTo(toUnionTo);
H A Dstrmatch.h146 virtual void addMatchSetTo(UnicodeSet& toUnionTo) const;
H A Dstrmatch.cpp202 void StringMatcher::addMatchSetTo(UnicodeSet& toUnionTo) const { function in class:StringMatcher
210 matcher->addMatchSetTo(toUnionTo);
H A Drbt_rule.cpp540 matcher->addMatchSetTo(toUnionTo);
H A Dtranslit.cpp1191 filter->addMatchSetTo(*filterSet);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringMatcher.java218 public void addMatchSetTo(UnicodeSet toUnionTo) { method in class:StringMatcher
226 matcher.addMatchSetTo(toUnionTo);
H A DTransliterationRule.java577 matcher.addMatchSetTo(tempSource);
580 matcher.addMatchSetTo(temp);
H A DTransliterator.java1309 filter.addMatchSetTo(this.filter);
1669 filter.addMatchSetTo(temp = new UnicodeSet());
/external/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp728 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {} function in class:TestFilter1
749 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {} function in class:TestFilter2
770 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {} function in class:TestFilter3
H A Dtranstst.cpp671 virtual void addMatchSetTo(UnicodeSet& /*toUnionTo*/) const {} function in class:TestFilter
/external/icu/icu4c/source/common/
H A Duniset.cpp758 void UnicodeSet::addMatchSetTo(UnicodeSet& toUnionTo) const {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java509 public void addMatchSetTo(UnicodeSet toUnionTo) {}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 474 milliseconds