Home | History | Annotate | Download | only in i18n

Lines Matching refs:UnicodeMatcher

41     UnicodeMatcher(o),
65 * UnicodeFunctor API. Cast 'this' to a UnicodeMatcher* pointer
68 UnicodeMatcher* StringMatcher::toMatcher() const {
69 return (UnicodeMatcher*) this;
81 * Implement UnicodeMatcher
93 UnicodeMatcher* subm = data->lookupMatcher(keyChar);
124 UnicodeMatcher* subm = data->lookupMatcher(keyChar);
153 * Implement UnicodeMatcher
165 const UnicodeMatcher* m = data->lookupMatcher(keyChar);
183 * Implement UnicodeMatcher
190 const UnicodeMatcher *m = data->lookupMatcher(c);
195 * Implement UnicodeMatcher
201 const UnicodeMatcher* matcher = data->lookupMatcher(ch);