Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp264 std::vector<std::string> attrPairVector; in ParseStyleAttr() local
265 StringUtils::SplitStr(value, ";", attrPairVector); in ParseStyleAttr()
266 for (const auto& attrPair : attrPairVector) { in ParseStyleAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp221 std::vector<std::string> attrPairVector; in ParseStyleAttr() local
222 StringUtils::SplitStr(value, ";", attrPairVector); in ParseStyleAttr()
223 for (const auto& attrPair : attrPairVector) { in ParseStyleAttr()