Searched refs:_is_identifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/ply/
H A Dlex.py58 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') variable
597 if not _is_identifier.match(n):
H A Dyacc.py1126 _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$') variable
1396 if not _is_identifier.match(prodname):
1412 if not _is_identifier.match(s) and s != '%prec':

Completed in 84 milliseconds