Home | History | Annotate | Download | only in unicode

Lines Matching defs:BytesTrieBuilder

8 *   file name:  bytestriebuilder.h
40 class U_COMMON_API BytesTrieBuilder : public StringTrieBuilder {
47 BytesTrieBuilder(UErrorCode &errorCode);
53 virtual ~BytesTrieBuilder();
69 BytesTrieBuilder &add(StringPiece s, int32_t value, UErrorCode &errorCode);
121 BytesTrieBuilder &clear();
124 BytesTrieBuilder(const BytesTrieBuilder &other); // no copy constructor
125 BytesTrieBuilder &operator=(const BytesTrieBuilder &other); // no assignment operator