Lines Matching refs:BytesTrie
53 class U_COMMON_API BytesTrie : public UMemory {
69 BytesTrie(const void *trieBytes) in BytesTrie() function
77 ~BytesTrie();
85 BytesTrie(const BytesTrie &other) in BytesTrie() function
94 BytesTrie &reset() { in reset()
128 BytesTrie &resetToState64(uint64_t state) { in resetToState64()
148 friend class BytesTrie;
162 const BytesTrie &saveState(State &state) const { in saveState()
179 BytesTrie &resetToState(const State &state) { in resetToState()
308 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
390 BytesTrie(void *adoptBytes, const void *trieBytes) in BytesTrie() function
396 BytesTrie &operator=(const BytesTrie &other);