Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp32 const constexpr size_t COLOR_MIN_LENGHT = 3; variable
79 if (color.length() < COLOR_MIN_LENGHT) { in ToHtmlColor()