18 references to GetLatin1UnicodeCategory
mscorlib (18)
system\char.cs (18)
243
return (CheckLetter(
GetLatin1UnicodeCategory
(c)));
292
return (
GetLatin1UnicodeCategory
(c)== UnicodeCategory.UppercaseLetter);
308
return (
GetLatin1UnicodeCategory
(c)== UnicodeCategory.LowercaseLetter);
337
return (CheckPunctuation(
GetLatin1UnicodeCategory
(c)));
362
return (CheckLetterOrDigit(
GetLatin1UnicodeCategory
(c)));
511
return (
GetLatin1UnicodeCategory
(c) == UnicodeCategory.Control);
525
return (
GetLatin1UnicodeCategory
(c) == UnicodeCategory.Control);
560
return (CheckLetter(
GetLatin1UnicodeCategory
(c)));
575
return CheckLetterOrDigit(
GetLatin1UnicodeCategory
(c));
593
return (
GetLatin1UnicodeCategory
(c)== UnicodeCategory.LowercaseLetter);
619
return (CheckNumber(
GetLatin1UnicodeCategory
(c)));
637
return (CheckNumber(
GetLatin1UnicodeCategory
(c)));
660
return (CheckPunctuation(
GetLatin1UnicodeCategory
(c)));
747
return (CheckSymbol(
GetLatin1UnicodeCategory
(c)));
761
return (CheckSymbol(
GetLatin1UnicodeCategory
(s[index])));
780
return (
GetLatin1UnicodeCategory
(c)== UnicodeCategory.UppercaseLetter);
805
return (
GetLatin1UnicodeCategory
(c));
819
return (
GetLatin1UnicodeCategory
(s[index]));