Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp358 size_t separator = prefix.find('-'); in matches_locale() local
359 if (separator == std::string::npos) { in matches_locale()
362 std::regex loc_regex(prefix.substr(0, separator) + "-[A-Za-z]*" + prefix.substr(separator)); in matches_locale()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1356 size_t separator = new_locale.find('-'); in SetLocale() local
1358 std::string lang = new_locale.substr(0, separator); in SetLocale()