OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Eol
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Plex/
__init__.py
19
Bol,
Eol
, Eof, Empty
36
from Regexps import Opt, Rep, Bol,
Eol
, Eof, Case, NoCase
Traditional.py
9
from Regexps import Alt, Seq, Rep, Rep1, Opt, Any, AnyBut, Bol,
Eol
, Char
75
re =
Eol
Regexps.py
19
EOL
= '
eol
'
198
## s1 = self.build_opt(m, s1,
EOL
)
263
s = self.build_opt(m, initial_state,
EOL
)
272
symbol |sym|, which is one of BOL,
EOL
or EOF.
283
# to allow for bol if sym is
eol
284
if match_bol and self.sym ==
EOL
:
542
Eol
= Char(
EOL
)
543
Eol
.__doc__ =
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py
15
Str, Any, AnyBut, AnyChar, Rep, Rep1, Opt, Bol,
Eol
, Eof, \
62
lineterm =
Eol
+ Opt(Str("\n"))
Completed in 50 milliseconds