Home
last modified time | relevance | path

Searched refs:UnicodeShort (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/regex-syntax/src/ast/
Dprint.rs221 HexFixed(ast::HexLiteralKind::UnicodeShort) => { in fmt_literal()
230 HexBrace(ast::HexLiteralKind::UnicodeShort) => { in fmt_literal()
Dmod.rs685 UnicodeShort, enumerator
698 HexLiteralKind::UnicodeShort => 4, in digits()
Dparse.rs1588 'u' => ast::HexLiteralKind::UnicodeShort, in parse_hex()
4403 ast::HexLiteralKind::UnicodeShort in parse_hex_four()
4546 ast::HexLiteralKind::UnicodeShort in parse_hex_brace()