Home | History | Annotate | Download | only in unicode

Lines Matching defs:UCharsTrieBuilder

6 *   file name:  ucharstriebuilder.h
33 class U_COMMON_API UCharsTrieBuilder : public StringTrieBuilder {
40 UCharsTrieBuilder(UErrorCode &errorCode);
46 virtual ~UCharsTrieBuilder();
62 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode);
111 UCharsTrieBuilder &clear() {
119 UCharsTrieBuilder(const UCharsTrieBuilder &other); // no copy constructor
120 UCharsTrieBuilder &operator=(const UCharsTrieBuilder &other); // no assignment operator