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

/macosx-10.9.5/ICU-511.35/icuSources/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.cpp30 UCharsDictionaryMatcher::~UCharsDictionaryMatcher() {
34 int32_t UCharsDictionaryMatcher::getType() const {
38 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.cpp318 m = new UCharsDictionaryMatcher(characters, file);

Completed in 116 milliseconds