Searched refs:nonAsciiRegex (Results 1 – 2 of 2) sorted by relevance
80 const std::regex nonAsciiRegex("[^\x01-\x7f]"); variable
780 property.second.end(), nonAsciiRegex, "_"); in addFruObjectToDbus()786 std::regex_replace(property.first, nonAsciiRegex, "_"); in addFruObjectToDbus()