Lines Matching refs:BytesTrie
48 class U_COMMON_API BytesTrie : public UMemory {
64 BytesTrie(const void *trieBytes) in BytesTrie() function
72 ~BytesTrie();
80 BytesTrie(const BytesTrie &other) in BytesTrie() function
89 BytesTrie &reset() { in reset()
108 friend class BytesTrie;
122 const BytesTrie &saveState(State &state) const { in saveState()
139 BytesTrie &resetToState(const State &state) { in resetToState()
268 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
351 BytesTrie(void *adoptBytes, const void *trieBytes) in BytesTrie() function
357 BytesTrie &operator=(const BytesTrie &other);