Searched refs:string_word (Results 1 – 1 of 1) sorted by relevance
/art/tools/checker/match/ |
D | line.py | 53 def match_words(checker_word, string_word, variables, pos): argument 73 match = re.match(pattern, string_word) 79 variables = set_variable(expression.name, string_word[:match.end()], variables, pos) 82 string_word = string_word[match.end():] 85 if string_word: 107 string_word, string_words = head_and_tail(string_words) 108 new_variables = match_words(checker_word, string_word, variables, checker_line)
|