Lines Matching full:while
38 while pos >= max(0, pos_end):
53 raise RuntimeError("Error while finding start of R-string.")
59 raise RuntimeError("Error while finding end of R-string.")
75 …while pos > 0 and pos < min(len(data), pos_end) and data[pos - 1] == "\\" and (pos == 1 or data[po…
79 raise RuntimeError("Error while finding end of string.")
84 while pos < min(len(data), pos_end) and pos != -1:
100 while pos >= max(0, pos_end):
122 while not opening:
133 while is_operator(data, start_of_scope):
144 while bracket_sequence_sum != 0:
147 raise RuntimeError("Error while finding end of scope.")
162 while segment_start < len(data):
179 while i < len(data):
189 while i != -1 and data[i] == '"' and i != 0 and data[i - 1] == "\\":