OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_is_identifier
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ply/
lex.py
58
_is_identifier
= re.compile(r'^[a-zA-Z0-9_]+$')
variable
597
if not
_is_identifier
.match(n):
[
all
...]
yacc.py
1126
_is_identifier
= re.compile(r'^[a-zA-Z0-9_-]+$')
variable
[
all
...]
Completed in 86 milliseconds