Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h311 constexpr char BRACE_CLOSE = ')'; variable
H A Djs_fwk_common.cpp1025 if (source[idx] == BRACE_CLOSE) { in ParseRgbaColor()