Searched refs:newColorStr (Results 1 – 2 of 2) sorted by relevance
72 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() local107 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() local481 newColorStr += c; in MatchColorWithMagicMini()482 newColorStr += c; in MatchColorWithMagicMini()484 unsigned long int value = HandleIncorrectColor(newColorStr); in MatchColorWithMagicMini()[all …]
1640 std::string newColorStr; in ColorRegexMatch() local1643 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()