Searched refs:CheckColorValue (Results 1 – 2 of 2) sorted by relevance
60 bool CheckColorValue(const char *s) const;
303 if (type == ResType::COLOR && !CheckColorValue(value.c_str())) { in CheckJsonStringValue()480 bool JsonCompiler::CheckColorValue(const char *s) const in CheckColorValue() function in OHOS::Global::Restool::JsonCompiler