8 references to InternalGetUnicodeCategory
mscorlib (8)
system\globalization\stringinfo.cs (4)
223UnicodeCategory ucNext = CharUnicodeInfo.InternalGetUnicodeCategory(str, index + currentCharCount, out nextCharCount); 246ucNext = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out nextCharCount); 288UnicodeCategory uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen); 348UnicodeCategory currentCategory = CharUnicodeInfo.InternalGetUnicodeCategory(str, 0, out currentCharLen);
system\globalization\textelementenumerator.cs (2)
78uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen); 154uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen);
system\globalization\textinfo.cs (2)
728charType = CharUnicodeInfo.InternalGetUnicodeCategory(str, i, out charLen); 746charType = CharUnicodeInfo.InternalGetUnicodeCategory(str, i, out charLen);