Searched refs:UCharsDictionaryMatcher (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Ddictionarydata.h78 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher { class in inherits:DictionaryMatcher
80 // constructs a new UCharsDictionaryMatcher.
82 UCharsDictionaryMatcher(const UChar *c, UDataMemory *f) : characters(c), file(f) { } function in class:UCharsDictionaryMatcher
83 virtual ~UCharsDictionaryMatcher();
H A Ddictionarydata.cpp35 UCharsDictionaryMatcher::~UCharsDictionaryMatcher() {
39 int32_t UCharsDictionaryMatcher::getType() const {
43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
H A Dbrkeng.cpp321 m = new UCharsDictionaryMatcher(characters, file);

Completed in 136 milliseconds