Searched defs:BytesDictionaryMatcher (Results 1 – 3 of 3) sorted by relevance
15 class BytesDictionaryMatcher extends DictionaryMatcher { class19 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
16 class BytesDictionaryMatcher extends DictionaryMatcher { class20 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
121 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function