Searched defs:allowNumericSeparator (Results 1 – 3 of 3) sorted by relevance
335 void Lexer::ScanNumberRadix(bool allowNumericSeparator) in ScanNumberRadix()
308 void Lexer::ScanDecimalNumbers(bool allowNumericSeparator) in ScanDecimalNumbers()384 void Lexer::ScanNumber(bool allowNumericSeparator, bool allowBigInt) in ScanNumber()
525 bool Lexer::ScanNumberRadix(bool leadingMinus, bool allowNumericSeparator) in ScanNumberRadix()