4 references to InternalGetUnicodeCategory
mscorlib (4)
system\char.cs (1)
807return CharUnicodeInfo.InternalGetUnicodeCategory(c);
system\globalization\charunicodeinfo.cs (3)
417return (InternalGetUnicodeCategory(ch)) ; 500return (InternalGetUnicodeCategory(InternalConvertToUtf32(value, index))); 515return (InternalGetUnicodeCategory(InternalConvertToUtf32(str, index, out charLength)));