Searched refs:onWillReplacedSymbolSpans (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 613 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 652 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 702 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 746 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 792 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 1); 794 auto& spanResult = onWillReplacedSymbolSpans[0]; 839 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 1); 841 auto& spanResult = onWillReplacedSymbolSpans[0]; 888 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 1); 890 auto& spanResult = onWillReplacedSymbolSpans[0];
|
H A D | rich_editor_common_test_ng.h | 149 auto& onWillReplacedSymbolSpans = onWillChangeValue.replacedSymbolSpans_; variable
|
H A D | rich_editor_test_ng.cpp | 149 auto& onWillReplacedSymbolSpans = onWillChangeValue.replacedSymbolSpans_; variable 5918 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 5957 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 6007 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0); 6051 ASSERT_EQ(onWillReplacedSymbolSpans.size(), 0);
|