Home
last modified time | relevance | path

Searched refs:LOWERCASE_FILTER (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.h107 const std::string LOWERCASE_FILTER = "[a-z]"; variable
H A Dtext_field_controller_test.cpp262 layoutProperty_->UpdateInputFilter(LOWERCASE_FILTER);
264 EXPECT_EQ(pattern_->GetInputFilter(), LOWERCASE_FILTER);
H A Dtext_area_test.cpp87 const std::string LOWERCASE_FILTER = "[a-z]"; variable
H A Dtext_input_modify_test.cpp90 const std::string LOWERCASE_FILTER = "[a-z]"; variable