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