Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.js5 var octal = 0o81010; variable
6 var octal = 0O91010; variable
14 var octal = 0; variable
16 var octal = 0; variable
/third_party/rust/crates/regex/regex-syntax/src/
H A Dparser.rs76 pub fn octal(&mut self, yes: bool) -> &mut ParserBuilder { in octal() functions
/third_party/rust/crates/regex/src/
H A Dre_builder.rs162 pub fn octal(&mut self, yes: bool) -> &mut RegexBuilder { in octal() functions
348 pub fn octal(&mut self, yes: bool) -> &mut RegexSetBuilder { octal() functions
[all...]
/third_party/rust/crates/rust-cexpr/src/
H A Dliteral.rs135 fn octal(i: &[u8]) -> nom::IResult<&[u8], u8> { in octal() functions
/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp139 uint8_t octal[4] = { '\\', in write_string() local
/third_party/python/Parser/
H A Dstring_parser.c15 int octal = ('4' <= c && c <= '7'); in warn_invalid_escape_sequence() local
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc748 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0; in InternalStringToDouble() local
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs198 pub fn octal(&mut self, yes: bool) -> &mut ParserBuilder { in octal() functions
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp366 octal, enumerator
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc719 base::uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h988 Scanner::Location octal = scanner()->octal_position(); in CheckStrictOctalLiteral() local

Completed in 30 milliseconds