Searched defs:octal (Results 1 – 7 of 7) sorted by relevance
29 def octal(lit): function53 def octal(lit): function
50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator
670 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0; in InternalStringToDouble() local
467 uint8_t octal[4]; in WriteString() local
71 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator
455 uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local
834 Scanner::Location octal = scanner()->octal_position(); in CheckStrictOctalLiteral() local