Searched defs:octal (Results 1 – 5 of 5) sorted by relevance
50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator
519 bool octal = leading_zero && (flags & ALLOW_OCTALS) != 0; in InternalStringToDouble() local
131 i::Scanner::Location octal = scanner_->octal_position(); in CheckOctalLiteral() local
4865 Scanner::Location octal = scanner().octal_position(); in CheckOctalLiteral() local5311 uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local
2202 const gchar *p = source, *octal; in g_strcompress() local