Lines Matching full:octal
248 // Octal escapes. in ProcessCharEscape()
252 // Octal escapes are a series of octal digits with maximum length 3. in ProcessCharEscape()
851 /// octal-constant integer-suffix
856 /// octal-literal ud-suffix
862 /// octal-constant:
864 /// octal-constant octal-digit
881 /// octal-digit:
1213 /// ParseDecimalOrOctalCommon - This method is called for decimal or octal
1311 /// of the number is found to be a zero. This means it is either an octal
1421 // floating point constant, the radix will change to 10. Octal floating in ParseNumberStartingWithZero()
1427 // as the start of the digits. So if skipping octal digits does not skip in ParseNumberStartingWithZero()
1433 return; // Done, simple octal number like 01234 in ParseNumberStartingWithZero()
1435 // If we have some other non-octal digit that *is* a decimal digit, see if in ParseNumberStartingWithZero()
1472 // hex/octal values which don't overflow). in GetIntegerValue()
1689 /// octal-escape-sequence
1693 /// octal-escape-sequence:
1694 /// \ octal-digit
1695 /// \ octal-digit octal-digit
1696 /// \ octal-digit octal-digit octal-digit
1932 /// octal-escape-sequence
1936 /// octal-escape-sequence:
1937 /// \ octal-digit
1938 /// \ octal-digit octal-digit
1939 /// \ octal-digit octal-digit octal-digit