Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dline.py46 def matchWords(checkerWord, stringWord, variables, pos): argument
59 match = re.match(pattern, stringWord)
65 variables = setVariable(expression.name, stringWord[:match.end()], variables, pos)
68 stringWord = stringWord[match.end():]
71 if stringWord:
92 stringWord, stringWords = headAndTail(stringWords)
93 newVariables = matchWords(checkerWord, stringWord, variables, checkerLine)