OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharsDictionaryMatcher
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
dictionarydata.h
100
class U_COMMON_API
UCharsDictionaryMatcher
: public DictionaryMatcher {
102
// constructs a new
UCharsDictionaryMatcher
.
104
UCharsDictionaryMatcher
(const UChar *c, UDataMemory *f) : characters(c), file(f) { }
105
virtual ~
UCharsDictionaryMatcher
();
dictionarydata.cpp
35
UCharsDictionaryMatcher
::~
UCharsDictionaryMatcher
() {
39
int32_t
UCharsDictionaryMatcher
::getType() const {
43
int32_t
UCharsDictionaryMatcher
::matches(UText *text, int32_t maxLength, int32_t limit,
brkeng.cpp
281
m = new
UCharsDictionaryMatcher
(characters, file);
Completed in 62 milliseconds