Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dunimatch.h30 enum UMatchDegree { enum
123 virtual UMatchDegree matches(const Replaceable& text,
Dunifilt.h88 virtual UMatchDegree matches(const Replaceable& text,
Duniset.h842 virtual UMatchDegree matches(const Replaceable& text,
/external/icu4c/i18n/
Dstrmatch.cpp83 UMatchDegree StringMatcher::matches(const Replaceable& text, in matches()
102 UMatchDegree m = in matches()
136 UMatchDegree m = in matches()
Dquant.cpp60 UMatchDegree Quantifier::matches(const Replaceable& text, in matches()
68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
Dquant.h70 virtual UMatchDegree matches(const Replaceable& text,
Drbt_rule.h274 UMatchDegree matchAndReplace(Replaceable& text,
Dstrmatch.h117 virtual UMatchDegree matches(const Replaceable& text,
Drbt_rule.cpp349 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text, in matchAndReplace()
386 UMatchDegree match; in matchAndReplace()
Drbt_set.cpp395 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental); in transliterate()
/external/icu4c/common/
Dunifilt.cpp39 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches()
Duniset.cpp572 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches()