Home
last modified time | relevance | path

Searched refs:COLOR_STRING_BASE (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp29 constexpr uint32_t COLOR_STRING_BASE = 16; member
70 unsigned long int value = strtoul(newColorStr.c_str(), &end, COLOR_STRING_BASE); in HandleIncorrectColor()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp40 constexpr uint32_t COLOR_STRING_BASE = 16; member
1661 auto colorValue = stoul(colorStr, nullptr, COLOR_STRING_BASE); in ColorRegexMatch()
1682 auto valueMini = stoul(newColorStr, nullptr, COLOR_STRING_BASE); in ColorRegexMatch()

Completed in 5 milliseconds