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

/external/icu/icu4c/source/common/
H A Ddictionarydata.h93 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher { class in inherits:DictionaryMatcher
98 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) function in class:BytesDictionaryMatcher
100 virtual ~BytesDictionaryMatcher();
H A Ddictionarydata.cpp83 BytesDictionaryMatcher::~BytesDictionaryMatcher() {
87 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
103 int32_t BytesDictionaryMatcher::getType() const {
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
H A Dbrkeng.cpp317 m = new BytesDictionaryMatcher(characters, transform, file);

Completed in 57 milliseconds