Lines Matching full:octal
167 // Octal escapes. in ProcessCharEscape()
171 // Octal escapes are a series of octal digits with maximum length 3. in ProcessCharEscape()
458 /// octal-constant integer-suffix
463 /// octal-literal ud-suffix
469 /// octal-constant:
471 /// octal-constant octal-digit
488 /// octal-digit:
691 /// ParseDecimalOrOctalCommon - This method is called for decimal or octal
776 /// of the number is found to be a zero. This means it is either an octal
874 // floating point constant, the radix will change to 10. Octal floating in ParseNumberStartingWithZero()
880 return; // Done, simple octal number like 01234 in ParseNumberStartingWithZero()
882 // If we have some other non-octal digit that *is* a decimal digit, see if in ParseNumberStartingWithZero()
919 // hex/octal values which don't overflow). in GetIntegerValue()
1010 /// octal-escape-sequence
1014 /// octal-escape-sequence:
1015 /// \ octal-digit
1016 /// \ octal-digit octal-digit
1017 /// \ octal-digit octal-digit octal-digit
1247 /// octal-escape-sequence
1251 /// octal-escape-sequence:
1252 /// \ octal-digit
1253 /// \ octal-digit octal-digit
1254 /// \ octal-digit octal-digit octal-digit