Home | History | Annotate | Download | only in unicode

Lines Matching defs:BytesTrieBuilder

6 *   file name:  bytestriebuilder.h
39 class U_COMMON_API BytesTrieBuilder : public StringTrieBuilder {
46 BytesTrieBuilder(UErrorCode &errorCode);
52 virtual ~BytesTrieBuilder();
68 BytesTrieBuilder &add(const StringPiece &s, int32_t value, UErrorCode &errorCode);
120 BytesTrieBuilder &clear();
123 BytesTrieBuilder(const BytesTrieBuilder &other); // no copy constructor
124 BytesTrieBuilder &operator=(const BytesTrieBuilder &other); // no assignment operator