11 references to IsDecimalDigit
Microsoft.CodeAnalysis.VisualBasic (11)
Scanner\CharacterInfo.vb (2)
249
If
IsDecimalDigit
(Digit) Then
406
Return
IsDecimalDigit
(c) OrElse
Scanner\Scanner.vb (9)
1248
If CanGet(1) AndAlso
IsDecimalDigit
(Peek(1)) Then
1794
If Not
IsDecimalDigit
(ch) AndAlso ch <> "_"c Then
1817
IsDecimalDigit
(Peek(here + 1)) Then
1824
If Not
IsDecimalDigit
(ch) AndAlso ch <> "_"c Then
1846
If CanGet(here) AndAlso
IsDecimalDigit
(Peek(here)) Then
1850
If Not
IsDecimalDigit
(ch) AndAlso ch <> "_"c Then
1952
If
IsDecimalDigit
(ch) OrElse MatchOneOrAnotherOrFullwidth(ch, "+"c, "-"c) Then
2168
If Not
IsDecimalDigit
(ch) Then
2178
If Not
IsDecimalDigit
(ch) Then