OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMatchDegree
(Results
1 - 12
of
12
) sorted by null
/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/icu4c/common/
unifilt.cpp
39
UMatchDegree
UnicodeFilter::matches(const Replaceable& text,
uniset.cpp
624
UMatchDegree
UnicodeSet::matches(const Replaceable& text,
[
all
...]
/external/icu4c/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);
Completed in 180 milliseconds