Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/text/
H A 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()
522 void TextEmojiProcessor::OnVSState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool i… in OnVSState()
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()
683 int32_t deleteCount = 0; in GetEmojiLengthAtEnd() local
735 int32_t deleteCount = GetEmojiLengthAtEnd(u32Content, true); in BackwardDelete() local
741 int32_t deleteCount = 0; in GetEmojiLengthAtFront() local
796 int32_t deleteCount = GetEmojiLengthAtFront(u32Content, true); in ForwardDelete() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item_group.cpp55 int32_t& deleteCount, std::vector<float>& newChildrenSize) in ParseChange()
143 int32_t deleteCount = 0; in SetChildrenMainSize() local
H A Djs_list.cpp80 int32_t& deleteCount, std::vector<float>& newChildrenSize) in ParseChange()
278 int32_t deleteCount = 0; in SetChildrenMainSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_children_main_size.h58 …void ChangeData(const int32_t start, const int32_t deleteCount, const std::vector<float>& newChild… in ChangeData()
/ohos5.0/base/hiviewdfx/hiview/base/logstore/
H A Dlog_store_ex.cpp115 int32_t deleteCount = 0; in DoDeleteLogFiles() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dlist_option.cpp225 ArkUI_ListChildrenMainSize* option, int32_t index, int32_t deleteCount, int32_t addCount) in OH_ArkUI_ListChildrenMainSizeOption_Splice()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp235 uint32_t deleteCount = 0; in CheckAmendValueContentForSyncProcedure() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h176 uint32_t deleteCount = 0; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp1100 int deleteCount = 5; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2675 splice(start, deleteCount, sections) { argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1269 int deleteCount = 3; variable