Searched refs:INVALID_PATTERN (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.cpp | 29 const std::string INVALID_PATTERN = R"(((repeat)\(\s{0,}(auto-fill)\s{0,},))"; variable 99 std::regex pattern(INVALID_PATTERN, std::regex::icase); in CheckRepeatAndSplitString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 39 const std::string INVALID_PATTERN = R"(((repeat)\(\s{0,}((auto-fill)|(auto-fit))\s{0,},))"; variable 160 std::regex pattern(INVALID_PATTERN, std::regex::icase); in CheckRepeatAndSplitString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 48 const char INVALID_PATTERN[] = "((repeat)\\(\\s{0,}(auto-fill)\\s{0,},)"; variable 3268 std::regex pattern(INVALID_PATTERN, std::regex::icase); in CheckRepeatAndSplitString()
|