Lines Matching refs:octal
519 // It could be an explicit octal value.
553 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0;
561 // Will later check if it's an octal in the buffer.
566 octal = octal && *current < '8';
572 octal = false;
576 if (octal && !allow_trailing_junk) return JunkStringValue();
577 if (octal) goto parsing_done;
589 // octal = false;
626 if (octal) return JunkStringValue();
682 if (octal) {