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:
738 /// of the number is found to be a zero. This means it is either an octal
828 // floating point constant, the radix will change to 10. Octal floating in ParseNumberStartingWithZero()
834 return; // Done, simple octal number like 01234 in ParseNumberStartingWithZero()
836 // If we have some other non-octal digit that *is* a decimal digit, see if in ParseNumberStartingWithZero()
906 // hex/octal values which don't overflow). in GetIntegerValue()
996 /// octal-escape-sequence
1000 /// octal-escape-sequence:
1001 /// \ octal-digit
1002 /// \ octal-digit octal-digit
1003 /// \ octal-digit octal-digit octal-digit
1233 /// octal-escape-sequence
1237 /// octal-escape-sequence:
1238 /// \ octal-digit
1239 /// \ octal-digit octal-digit
1240 /// \ octal-digit octal-digit octal-digit