Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dline.py47 def matchWords(checkerWord, stringWord, variables, pos): argument
60 match = re.match(pattern, stringWord)
66 variables = setVariable(expression.name, stringWord[:match.end()], variables, pos)
69 stringWord = stringWord[match.end():]
72 if stringWord:
93 stringWord, stringWords = headAndTail(stringWords)
94 newVariables = matchWords(checkerWord, stringWord, variables, checkerLine)