3 writes to index
mscorlib (3)
system\globalization\textelementenumerator.cs (3)
98
index
= strLen + 1;
102
index
+= currTextElementLen;
151
index
= startIndex;
10 references to index
mscorlib (10)
system\globalization\textelementenumerator.cs (10)
78
uc = CharUnicodeInfo.InternalGetUnicodeCategory(str,
index
, out charLen);
95
if (
index
>= strLen)
101
currTextElementLen = StringInfo.GetCurrentTextElementLen(str,
index
, strLen, ref uc, ref charLen);
122
if (
index
== startIndex) {
125
if (
index
> strLen) {
129
return (str.Substring(
index
- currTextElementLen, currTextElementLen));
140
if (
index
== startIndex)
144
return (
index
- currTextElementLen);
152
if (
index
< strLen) {
154
uc = CharUnicodeInfo.InternalGetUnicodeCategory(str,
index
, out charLen);