Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp358 std::regex loc_regex(prefix.substr(0, separator) + "-[A-Za-z]*" + prefix.substr(separator)); in matches_locale() local
359 return std::regex_match(locale, loc_regex); in matches_locale()