Searched refs:switchLen (Results 1 – 2 of 2) sorted by relevance
81 unsigned switchLen = MyStringLen(key); in ParseString() local82 if ((int)switchLen <= maxLen || pos + switchLen > s.Len()) in ParseString()87 maxLen = switchLen; in ParseString()
87 int switchLen = switchForms[switchIndex].IDString.Length; in ParseString()88 if (switchLen <= maxLen || pos + switchLen > len) in ParseString()91 srcString, pos, switchLen, true) == 0) in ParseString()94 maxLen = switchLen; in ParseString()