Searched refs:loc_regex (Results 1 – 1 of 1) sorted by relevance
358 std::regex loc_regex(prefix.substr(0, separator) + "-[A-Za-z]*" + prefix.substr(separator)); in matches_locale() local359 return std::regex_match(locale, loc_regex); in matches_locale()