Searched defs:BytesDictionaryMatcher (Results 1 – 4 of 4) sorted by relevance
17 class BytesDictionaryMatcher extends DictionaryMatcher { class21 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
18 class BytesDictionaryMatcher extends DictionaryMatcher { class22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher() method in BytesDictionaryMatcher
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f) in BytesDictionaryMatcher() function