Searched refs:REPEAT_MIN_SIZE (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 | 21 constexpr uint32_t REPEAT_MIN_SIZE = 6; variable 321 … if (handledArg.size() > REPEAT_MIN_SIZE && std::regex_match(handledArg, matches, AUTO_REGEX)) { in ConvertRepeatArgs() 325 …if (handledArg.size() > REPEAT_MIN_SIZE && std::regex_match(handledArg, matches, REPEAT_NUM_REGEX)… in ConvertRepeatArgs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 27 constexpr uint32_t REPEAT_MIN_SIZE = 6; variable 273 … if (handledArg.size() > REPEAT_MIN_SIZE && std::regex_match(handledArg, matches, AUTO_REGEX)) { in ConvertRepeatArgs() 277 …if (handledArg.size() > REPEAT_MIN_SIZE && std::regex_match(handledArg, matches, REPEAT_NUM_REGEX)… in ConvertRepeatArgs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 33 constexpr uint32_t REPEAT_MIN_SIZE = 6; variable 616 … if (handledArg.size() > REPEAT_MIN_SIZE && std::regex_match(handledArg, matches, AUTO_REGEX)) { in ConvertRepeatArgs() 620 …if (handledArg.size() > REPEAT_MIN_SIZE && std::regex_match(handledArg, matches, REPEAT_NUM_REGEX)… in ConvertRepeatArgs()
|