Home
last modified time | relevance | path

Searched refs:addLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_txt_record.cpp42 …int addLength = (int)keyBytes.size() + (int)valBytes.size() + ((valBytes.size() == 0) ? 0 : mapLen… in InsertData() local
43 int newDataLength = addLength + mapLengthSize + (int)oldData.size(); in InsertData()
52 data.insert(data.begin() + insertIndex, static_cast<unsigned char>(addLength)); in InsertData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp70 auto addLength = static_cast<uint32_t>(wideTmp.length()); in PreprocessString() local
72 addLength = std::min(addLength, maxLength - curLength + delLength); in PreprocessString()
73 wideTmp = TextEmojiProcessor::SubWstring(0, addLength, wideTmp); // clamp emoji in PreprocessString()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/source/
H A Dsegmentbutton.ets169 public addLength: number | undefined = void 0
193 this.addLength = items.length
205 this.addLength = 0
216 this.addLength = 0
228 this.addLength = items.length
247 this.addLength = items.length
640 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 …]