Lines Matching full:pos2
492 int pos2 = s.Find(L':', pos + 1); 493 if (pos2 < 0) 496 CEventSetEnd eventSetEnd((const wchar_t *)s + ((unsigned)pos2 + 1)); 497 s.DeleteFrom(pos2);