Home
last modified time | relevance | path

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

/developtools/global_resource_tool/include/
Djson_compiler.h60 bool CheckColorValue(const char *s) const;
/developtools/global_resource_tool/src/
Djson_compiler.cpp303 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