Searched refs:localeInfoRegex (Results 1 – 1 of 1) sorted by relevance
108 static std::regex localeInfoRegex("[-a-zA-Z0-9_]+\\.json"); in ExamineSystem() local109 if (!std::regex_match(localeInfoName, localeInfoRegex)) { in ExamineSystem()