4 references to CheckPunctuation
mscorlib (4)
system\char.cs (4)
337
return (
CheckPunctuation
(GetLatin1UnicodeCategory(c)));
339
return (
CheckPunctuation
(CharUnicodeInfo.GetUnicodeCategory(c)));
660
return (
CheckPunctuation
(GetLatin1UnicodeCategory(c)));
662
return (
CheckPunctuation
(CharUnicodeInfo.GetUnicodeCategory(s, index)));