Home
last modified time | relevance | path

Searched defs:deleteCount (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/text/
Dtext_emoji_processor.cpp402 void TextEmojiProcessor::OnBeginState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, boo… in OnBeginState()
426 void TextEmojiProcessor::OnRISState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool … in OnRISState()
461 void TextEmojiProcessor::OnCRLFState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool… in OnCRLFState()
483 void TextEmojiProcessor::OnZWJState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, int32… in OnZWJState()
522 void TextEmojiProcessor::OnVSState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool i… in OnVSState()
549 void TextEmojiProcessor::OnKeyCapState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, in… in OnKeyCapState()
577 void TextEmojiProcessor::OnEMState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, int32_… in OnEMState()
619 void TextEmojiProcessor::OnEmojiState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, boo… in OnEmojiState()
646 … TextEmojiProcessor::OnForwardSecondState(uint32_t codePoint, int32_t& state, int32_t& deleteCount) in OnForwardSecondState()
659 void TextEmojiProcessor::OnTagQueueState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, … in OnTagQueueState()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_sections.cpp23 size_t start, size_t deleteCount, const std::vector<WaterFlowSections::Section>& newSections) in ChangeData()
68 int32_t start, int32_t deleteCount, const std::vector<WaterFlowSections::Section>& newSections) in NotifySectionChange()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_list_item_group.cpp55 int32_t& deleteCount, std::vector<float>& newChildrenSize) in ParseChange()
143 int32_t deleteCount = 0; in SetChildrenMainSize() local
Djs_list.cpp80 int32_t& deleteCount, std::vector<float>& newChildrenSize) in ParseChange()
278 int32_t deleteCount = 0; in SetChildrenMainSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_children_main_size.h58 …void ChangeData(const int32_t start, const int32_t deleteCount, const std::vector<float>& newChild… in ChangeData()
/foundation/arkui/ace_engine/interfaces/native/node/
Dlist_option.cpp225 ArkUI_ListChildrenMainSize* option, int32_t index, int32_t deleteCount, int32_t addCount) in OH_ArkUI_ListChildrenMainSizeOption_Splice()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsEnumStyle.js2675 splice(start, deleteCount, sections) { argument
2705 …this.changeArray.push({ start: intStart, deleteCount: intDeleteCount, sections: sections ? section… property
2716 this.changeArray.push({ start: oldLength, deleteCount: 0, sections: [section] }); property
2729 this.changeArray.push({ start: intStart, deleteCount: 1, sections: [section] }); property
2785 splice(start, deleteCount, childrenSize) { argument
2797 this.changeArray.push({ start: startValue, deleteCount: deleteCountValue }); property
2813 …this.changeArray.push({ start: startValue, deleteCount: deleteCountValue, childrenSize: childrenSi… property
2830 this.changeArray.push({ start: startValue, deleteCount: 1, childrenSize: [childSize] }); property
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store_extend.cpp235 uint32_t deleteCount = 0; in CheckAmendValueContentForSyncProcedure() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
Dstore_types.h176 uint32_t deleteCount = 0; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp1100 int deleteCount = 5; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1269 int deleteCount = 3; variable