Searched defs:hex_digits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py115 hex_digits = '[0-9a-fA-F]+' variable in class:Lexer
119 hex_constant = hex_prefix+hex_digits
155 octal_or_hex_ordinal_disallowed = r'@((0[0-9]+)|('+hex_prefix+hex_digits+'))'

Completed in 92 milliseconds