Home | History | Annotate | Download | only in src

Lines Matching full:octal

4862 // Checks whether an octal literal was last seen between beg_pos and end_pos.
4865 Scanner::Location octal = scanner().octal_position();
4866 if (octal.IsValid() &&
4867 beg_pos <= octal.beg_pos &&
4868 octal.end_pos <= end_pos) {
4869 ReportMessageAt(octal, "strict_octal_literal",
5311 uc32 octal = ParseOctalLiteral();
5312 builder->AddCharacter(octal);
5606 // up to three octal digits with a value below 256.
5689 // to the specification) as a 1..3 digit octal character code.