HomeSort by relevance Sort by last modified time
    Searched refs:UMatchDegree (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
unimatch.h 30 enum UMatchDegree {
78 * Return a UMatchDegree value indicating the degree of match for
123 virtual UMatchDegree matches(const Replaceable& text,
unifilt.h 88 virtual UMatchDegree matches(const Replaceable& text,
uniset.h     [all...]
  /external/icu4c/common/unicode/
unimatch.h 30 enum UMatchDegree {
78 * Return a UMatchDegree value indicating the degree of match for
123 virtual UMatchDegree matches(const Replaceable& text,
unifilt.h 88 virtual UMatchDegree matches(const Replaceable& text,
uniset.h     [all...]
  /external/chromium_org/third_party/icu/source/common/
unifilt.cpp 39 UMatchDegree UnicodeFilter::matches(const Replaceable& text,
uniset.cpp 624 UMatchDegree UnicodeSet::matches(const Replaceable& text,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
quant.cpp 60 UMatchDegree Quantifier::matches(const Replaceable& text,
68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
rbt_rule.h 274 UMatchDegree matchAndReplace(Replaceable& text,
strmatch.h 117 virtual UMatchDegree matches(const Replaceable& text,
strmatch.cpp 83 UMatchDegree StringMatcher::matches(const Replaceable& text,
102 UMatchDegree m =
136 UMatchDegree m =
rbt_rule.cpp 349 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text,
386 UMatchDegree match;
rbt_set.cpp 406 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental);
  /external/icu4c/common/
unifilt.cpp 40 UMatchDegree UnicodeFilter::matches(const Replaceable& text,
uniset.cpp 626 UMatchDegree UnicodeSet::matches(const Replaceable& text,
    [all...]
  /external/icu4c/i18n/
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
quant.cpp 63 UMatchDegree Quantifier::matches(const Replaceable& text,
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
rbt_rule.h 274 UMatchDegree matchAndReplace(Replaceable& text,
strmatch.h 117 virtual UMatchDegree matches(const Replaceable& text,
strmatch.cpp 88 UMatchDegree StringMatcher::matches(const Replaceable& text,
107 UMatchDegree m =
141 UMatchDegree m =
rbt_rule.cpp 350 UMatchDegree TransliterationRule::matchAndReplace(Replaceable& text,
387 UMatchDegree match;
rbt_set.cpp 407 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental);

Completed in 253 milliseconds