Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp72 LOGE("%{public}s is out of range.", newColorStr.c_str()); in HandleIncorrectColor()
74 if (value == 0 && end == newColorStr.c_str()) { in HandleIncorrectColor()
104 std::string newColorStr; in FromString() local
107 newColorStr += c; in FromString()
108 newColorStr += c; in FromString()
111 if (newColorStr.length() < COLOR_STRING_SIZE_STANDARD) { in FromString()
478 std::string newColorStr; in MatchColorWithMagicMini() local
481 newColorStr += c; in MatchColorWithMagicMini()
482 newColorStr += c; in MatchColorWithMagicMini()
484 unsigned long int value = HandleIncorrectColor(newColorStr); in MatchColorWithMagicMini()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1640 std::string newColorStr; in ColorRegexMatch() local
1643 newColorStr += c; in ColorRegexMatch()
1644 newColorStr += c; in ColorRegexMatch()
1646 auto valueMini = stoul(newColorStr, nullptr, COLOR_STRING_BASE); in ColorRegexMatch()
1647 if (newColorStr.length() < COLOR_STRING_SIZE_STANDARD) { in ColorRegexMatch()