Home | History | Annotate | Download | only in i18n

Lines Matching refs:octal

794   bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0;
802 // Will later check if it's an octal in the buffer.
807 octal = octal && *current < '8';
813 octal = false;
817 if (octal && !allow_trailing_junk) return junk_string_value_;
818 if (octal) goto parsing_done;
830 // octal = false;
870 if (octal && !allow_trailing_junk) return junk_string_value_;
871 if (octal) goto parsing_done;
932 if (octal) {