Home
last modified time | relevance | path

Searched refs:REPEAT_WITH_AUTOFILL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp38 const std::string REPEAT_WITH_AUTOFILL = variable
76 std::regex pattern(REPEAT_WITH_AUTOFILL, std::regex::icase); in GetRepeat()
176 std::regex pattern(REPEAT_WITH_AUTOFILL, std::regex::icase); in CheckAutoFillParameter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp51 const char REPEAT_WITH_AUTOFILL[] = variable
3244 std::regex pattern(REPEAT_WITH_AUTOFILL, std::regex::icase); in GetRepeat()
3338 std::regex pattern(REPEAT_WITH_AUTOFILL, std::regex::icase); in CheckAutoFillParameter()