Home
last modified time | relevance | path

Searched refs:UMatchDegree (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dunimatch.h32 enum UMatchDegree { enum
125 virtual UMatchDegree matches(const Replaceable& text,
Dunifilt.h90 virtual UMatchDegree matches(const Replaceable& text,
Duniset.h987 virtual UMatchDegree matches(const Replaceable& text,
/external/icu/icu4c/source/i18n/
Dstrmatch.cpp90 UMatchDegree StringMatcher::matches(const Replaceable& text, in matches()
109 UMatchDegree m = in matches()
143 UMatchDegree m = in matches()
Dquant.cpp65 UMatchDegree Quantifier::matches(const Replaceable& text, in matches()
73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
Dquant.h72 virtual UMatchDegree matches(const Replaceable& text,
Drbt_rule.h276 UMatchDegree matchAndReplace(Replaceable& text,
Dstrmatch.h119 virtual UMatchDegree matches(const Replaceable& text,
Drbt_rule.cpp352 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text, in matchAndReplace()
389 UMatchDegree match; in matchAndReplace()
Drbt_set.cpp409 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental); in transliterate()
/external/icu/icu4c/source/common/
Dunifilt.cpp42 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches()
Duniset.cpp628 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches()