Searched refs:NLCRE (Results 1 – 3 of 3) sorted by relevance
29 NLCRE = re.compile('\r\n|\r|\n') variable230 if not NLCRE.match(line):259 self._input.push_eof_matcher(NLCRE.match)
31 NLCRE = re.compile(r'\r\n|\r|\n') variable232 if not NLCRE.match(line):263 self._input.push_eof_matcher(NLCRE.match)
21 NLCRE = re.compile(r'\r\n|\r|\n') variable153 lines = NLCRE.split(lines)