Searched refs:kRE4 (Results 1 – 1 of 1) sorted by relevance
94 static const std::regex kRE4("(" RE_COMPONENT ")([.]" RE_COMPONENT ")+"); in setTo() local127 } else if (std::regex_match(s, match, kRE4)) { in setTo()