Searched refs:Eol (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Plex/
H A D__init__.py19 Bol, Eol, Eof, Empty
36 from Regexps import Opt, Rep, Bol, Eol, Eof, Case, NoCase namespace
H A DTraditional.py9 from Regexps import Alt, Seq, Rep, Rep1, Opt, Any, AnyBut, Bol, Eol, Char namespace
75 re = Eol
H A DRegexps.py542 Eol = Char(EOL) variable
543 Eol.__doc__ = \
545 Eol is an RE which matches the end of a line.
547 Eol.str = "Eol"
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DLexicon.py15 Str, Any, AnyBut, AnyChar, Rep, Rep1, Opt, Bol, Eol, Eof, \
62 lineterm = Eol + Opt(Str("\n"))
16 TEXT, IGNORE, State, Lexicon namespace

Completed in 135 milliseconds