Home
last modified time | relevance | path

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

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