Lines Matching refs:UCharsTrie
48 class U_COMMON_API UCharsTrie : public UMemory {
64 UCharsTrie(const UChar *trieUChars) in UCharsTrie() function
72 ~UCharsTrie();
80 UCharsTrie(const UCharsTrie &other) in UCharsTrie() function
89 UCharsTrie &reset() { in reset()
108 friend class UCharsTrie;
122 const UCharsTrie &saveState(State &state) const { in saveState()
139 UCharsTrie &resetToState(const State &state) { in resetToState()
282 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
369 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) in UCharsTrie() function
374 UCharsTrie &operator=(const UCharsTrie &other);