Home
last modified time | relevance | path

Searched refs:CheckRepeatAndSplitString (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.h56 static bool CheckRepeatAndSplitString(
H A Dtemplates_parser.cpp92 bool TemplatesParser::CheckRepeatAndSplitString( in CheckRepeatAndSplitString() function in OHOS::Ace::TemplatesParser
181 bool invalidRepeatAutoFill = CheckRepeatAndSplitString(vec, repeat, resultvec); in CheckAutoFillParameter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp154 bool CheckRepeatAndSplitString(std::vector<std::string>& vec, std::string& repeat, std::vector<Valu… in CheckRepeatAndSplitString() function
203 bool invalidRepeatAutoFill = CheckRepeatAndSplitString(vec, repeat, resultvec); in CheckAutoFillParameter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h630 bool CheckRepeatAndSplitString(
H A Drender_grid_layout.cpp3261 bool RenderGridLayout::CheckRepeatAndSplitString( in CheckRepeatAndSplitString() function in OHOS::Ace::RenderGridLayout
3343 bool bRet = CheckRepeatAndSplitString(vec, repeat, resultvec); in CheckAutoFillParameter()