Home | History | Annotate | Download | only in Common

Lines Matching refs:pos

41   int pos = path.ReverseFind(TEXT(CHAR_PATH_SEPARATOR));

42 return path.Left(pos + 1);
303 int pos = s.Find(L':');
306 if (pos < 0)
307 pos = s.Length();
310 UString num = s.Mid(pos + 1);
319 iconPair.Ext = s.Left(pos);
496 for (int pos = 0; pos < arcType.Length();)
498 int pos2 = arcType.Find('.', pos);
501 const UString name = arcType.Mid(pos, pos2 - pos);
509 pos = pos2 + 1;