2 references to IsLetterWithoutCase
Test.Utilities (2)
WordParser.cs (2)
372
if (
IsLetterWithoutCase
(c))
514
while (
IsLetterWithoutCase
(c));