Lines Matching refs:BytesTrie
50 class U_COMMON_API BytesTrie : public UMemory {
66 BytesTrie(const void *trieBytes) in BytesTrie() function
74 ~BytesTrie();
82 BytesTrie(const BytesTrie &other) in BytesTrie() function
91 BytesTrie &reset() { in reset()
110 friend class BytesTrie;
124 const BytesTrie &saveState(State &state) const { in saveState()
141 BytesTrie &resetToState(const State &state) { in resetToState()
270 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
352 BytesTrie(void *adoptBytes, const void *trieBytes) in BytesTrie() function
358 BytesTrie &operator=(const BytesTrie &other);