Searched refs:ParseMatch (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_key_parser.cpp | 93 if (!ParseMatch(keyParts, keyParams, functions, FUNC_LEN, styleRes)) { in Parse() 119 if (!ParseMatch(reskeyParts, keyParams, functions, FUNC_LEN, true)) { in DeclarativeParse() 128 bool AceResKeyParser::ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams, in ParseMatch() function in OHOS::Ace::AceResKeyParser
|
H A D | ace_res_key_parser.h | 53 bool ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams,
|
Completed in 2 milliseconds