Searched refs:UMatchDegree (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | unimatch.h | 32 enum UMatchDegree { enum 125 virtual UMatchDegree matches(const Replaceable& text,
|
D | unifilt.h | 90 virtual UMatchDegree matches(const Replaceable& text,
|
D | uniset.h | 998 virtual UMatchDegree matches(const Replaceable& text,
|
/external/icu/icu4c/source/i18n/ |
D | strmatch.cpp | 90 UMatchDegree StringMatcher::matches(const Replaceable& text, in matches() 109 UMatchDegree m = in matches() 143 UMatchDegree m = in matches()
|
D | quant.cpp | 65 UMatchDegree Quantifier::matches(const Replaceable& text, in matches() 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
|
D | quant.h | 72 virtual UMatchDegree matches(const Replaceable& text,
|
D | rbt_rule.h | 276 UMatchDegree matchAndReplace(Replaceable& text,
|
D | strmatch.h | 119 virtual UMatchDegree matches(const Replaceable& text,
|
D | rbt_rule.cpp | 352 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text, in matchAndReplace() 389 UMatchDegree match; in matchAndReplace()
|
D | rbt_set.cpp | 409 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental); in transliterate()
|
/external/icu/icu4c/source/common/ |
D | unifilt.cpp | 42 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches()
|
D | uniset.cpp | 580 UMatchDegree UnicodeSet::matches(const Replaceable& text, in matches()
|