Home | History | Annotate | Download | only in unicode

Lines Matching defs:BytesTrieBuilder

6 *   file name:  bytestriebuilder.h
34 class U_COMMON_API BytesTrieBuilder : public StringTrieBuilder {
41 BytesTrieBuilder(UErrorCode &errorCode);
47 virtual ~BytesTrieBuilder();
63 BytesTrieBuilder &add(const StringPiece &s, int32_t value, UErrorCode &errorCode);
109 BytesTrieBuilder &clear();
112 BytesTrieBuilder(const BytesTrieBuilder &other); // no copy constructor
113 BytesTrieBuilder &operator=(const BytesTrieBuilder &other); // no assignment operator