Searched refs:file_contents (Results 1 – 1 of 1) sorted by relevance
125 def tokenize_c(file_contents, reporter): argument143 limit = len(file_contents)148 mo = HEADER_NAME_RE.match(file_contents, pos)153 mo = PP_TOKEN_RE.match(file_contents, pos)158 mo = PP_TOKEN_RE.match(file_contents, pos)
Completed in 5 milliseconds