Searched refs:addLength (Results 1 – 3 of 3) sorted by relevance
42 …int addLength = (int)keyBytes.size() + (int)valBytes.size() + ((valBytes.size() == 0) ? 0 : mapLen… in InsertData() local43 int newDataLength = addLength + mapLengthSize + (int)oldData.size(); in InsertData()52 data.insert(data.begin() + insertIndex, static_cast<unsigned char>(addLength)); in InsertData()
70 auto addLength = static_cast<uint32_t>(wideTmp.length()); in PreprocessString() local72 addLength = std::min(addLength, maxLength - curLength + delLength); in PreprocessString()73 wideTmp = TextEmojiProcessor::SubWstring(0, addLength, wideTmp); // clamp emoji in PreprocessString()
169 public addLength: number | undefined = void 0193 this.addLength = items.length205 this.addLength = 0216 this.addLength = 0228 this.addLength = items.length247 this.addLength = items.length640 this.optionsArray.addLength === void 0) {672 for (let i = 0; i < this.optionsArray.addLength; i++) {684 this.optionsArray.addLength === void 0) {707 this.optionsArray.addLength !== void 0) {[all …]