OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCharsDictionaryMatcher
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
dictionarydata.h
102
class U_COMMON_API
UCharsDictionaryMatcher
: public DictionaryMatcher {
104
// constructs a new
UCharsDictionaryMatcher
.
106
UCharsDictionaryMatcher
(const UChar *c, UDataMemory *f) : characters(c), file(f) { }
107
virtual ~
UCharsDictionaryMatcher
();
dictionarydata.cpp
37
UCharsDictionaryMatcher
::~
UCharsDictionaryMatcher
() {
41
int32_t
UCharsDictionaryMatcher
::getType() const {
45
int32_t
UCharsDictionaryMatcher
::matches(UText *text, int32_t maxLength, int32_t limit,
Completed in 453 milliseconds