Lines Matching refs:UCharsTrie
50 class U_COMMON_API UCharsTrie : public UMemory {
66 UCharsTrie(const UChar *trieUChars) in UCharsTrie() function
74 ~UCharsTrie();
82 UCharsTrie(const UCharsTrie &other) in UCharsTrie() function
91 UCharsTrie &reset() { in reset()
110 friend class UCharsTrie;
124 const UCharsTrie &saveState(State &state) const { in saveState()
141 UCharsTrie &resetToState(const State &state) { in resetToState()
284 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode);
371 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) in UCharsTrie() function
376 UCharsTrie &operator=(const UCharsTrie &other);