Home
last modified time | relevance | path

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

/external/fonttools/MetaTools/
DbuildUCD.py75 line_regex = re.compile(
82 match = line_regex.match(line)
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp819 static const std::regex line_regex( // matches #line directives in GetLineAndFilename() local
833 bool found_line = std::regex_match(string, captures, line_regex); in GetLineAndFilename()