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()397 void Lexer::ScanNumber(bool allowNumericSeparator, bool allowBigInt) in ScanNumber()
565 bool Lexer::ScanNumberRadix(bool leadingMinus, bool allowNumericSeparator) in ScanNumberRadix()