Searched refs:UMatchDegree (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/common/unicode/ |
D | unimatch.h | 30 enum UMatchDegree { enum 123 virtual UMatchDegree matches(const Replaceable& text,
|
D | unifilt.h | 88 virtual UMatchDegree matches(const Replaceable& text,
|
D | uniset.h | 842 virtual UMatchDegree matches(const Replaceable& text,
|
/external/icu4c/i18n/ |
D | strmatch.cpp | 83 UMatchDegree StringMatcher::matches(const Replaceable& text, in matches() 102 UMatchDegree m = in matches() 136 UMatchDegree m = in matches()
|
D | quant.cpp | 60 UMatchDegree Quantifier::matches(const Replaceable& text, in matches() 68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
|
D | quant.h | 70 virtual UMatchDegree matches(const Replaceable& text,
|
D | rbt_rule.h | 274 UMatchDegree matchAndReplace(Replaceable& text,
|
D | strmatch.h | 117 virtual UMatchDegree matches(const Replaceable& text,
|
D | rbt_rule.cpp | 349 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text, in matchAndReplace() 386 UMatchDegree match; in matchAndReplace()
|
D | rbt_set.cpp | 395 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental); in transliterate()
|
/external/icu4c/common/ |
D | unifilt.cpp | 39 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches()
|
D | uniset.cpp | 572 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches()
|