Lines Matching refs:octal
720 // It could be an explicit octal value.
748 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0;
756 // Will later check if it's an octal in the buffer.
761 octal = octal && *current < '8';
767 octal = false;
771 if (octal && !allow_trailing_junk) return JunkStringValue();
772 if (octal) goto parsing_done;
784 // octal = false;
821 if (octal) return JunkStringValue();
876 if (octal) {