Home
last modified time | relevance | path

Searched refs:WORD_LIMIT_LEN (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_wordbreak_test.cpp95 constexpr int32_t WORD_LIMIT_LEN = 5; variable
223 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
235 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
H A Dtext_input_base.h100 constexpr int32_t WORD_LIMIT_LEN = 5; variable
H A Dtext_field_controller_test.cpp40 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
52 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.cpp126 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
139 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
H A Drich_editor_common_test_ng.h115 constexpr int32_t WORD_LIMIT_LEN = 6; variable
H A Drich_editor_test_ng.cpp130 constexpr int32_t WORD_LIMIT_LEN = 6; variable
379 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()
392 if (text.length() <= WORD_LIMIT_LEN) { in InitAdjustObject()