Searched defs:BytesDictionaryMatcher (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/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.cpp78 BytesDictionaryMatcher::~BytesDictionaryMatcher() {
82 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
98 int32_t BytesDictionaryMatcher::getType() const {
102 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {

Completed in 255 milliseconds