Home | History | Annotate | Download | only in unicode

Lines Matching defs:UCharsTrieBuilder

6 *   file name:  ucharstriebuilder.h
38 class U_COMMON_API UCharsTrieBuilder : public StringTrieBuilder {
45 UCharsTrieBuilder(UErrorCode &errorCode);
51 virtual ~UCharsTrieBuilder();
67 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode);
116 UCharsTrieBuilder &clear() {
124 UCharsTrieBuilder(const UCharsTrieBuilder &other); // no copy constructor
125 UCharsTrieBuilder &operator=(const UCharsTrieBuilder &other); // no assignment operator