Lines Matching refs:start
19 start = 0
25 result = headerPattern.search(buffer, start)
36 sections[sectionName] = buffer[anchor:result.start()]
39 start = result.end()
40 anchor = start
53 start = 0
58 result = methodPattern.search(section, start)
65 start = result.end()
72 start = 0
76 match = codes.find(method, start)
90 start = match + len(method)