Lines Matching refs:int32_t
68 BytesTrieBuilder &add(const StringPiece &s, int32_t value, UErrorCode &errorCode);
122 virtual int32_t getElementStringLength(int32_t i) const;
123 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const;
124 virtual int32_t getElementValue(int32_t i) const;
126 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const;
128 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const;
129 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const;
130 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const;
134 …virtual int32_t getMaxBranchLinearSubNodeLength() const { return BytesTrie::kMaxBranchLinearSubNod… in getMaxBranchLinearSubNodeLength()
135 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch()
136 virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; } in getMaxLinearMatchLength()
144 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);
152 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
155 UBool ensureCapacity(int32_t length);
156 virtual int32_t write(int32_t byte);
157 int32_t write(const char *b, int32_t length);
158 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
159 virtual int32_t writeValueAndFinal(int32_t i, UBool isFinal);
160 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
161 virtual int32_t writeDeltaTo(int32_t jumpTarget);
165 int32_t elementsCapacity;
166 int32_t elementsLength;
171 int32_t bytesCapacity;
172 int32_t bytesLength;