Lines Matching refs:pos
386 int pos = 0;
389 if (::MyCharUpper(name[pos]) == kRecursedIDChar)
391 pos++;
392 int index = UString(kRecursedPostCharSet).Find(name[pos]);
395 pos++;
399 if (name.Length() < pos + kSomeCludeAfterRecursedPostStringMinSize)
401 UString tail = name.Mid(pos + 1);
402 if (name[pos] == kImmediateNameID)
404 else if (name[pos] == kFileListID)
407 else if (name[pos] == kMapNameID)
1007 int pos = 1;
1008 if (postString[pos] == '=')
1009 pos++;
1011 if (!ConvertStringToUInt32((const wchar_t *)postString + pos, logSize))
1019 int pos = 2;
1020 if (postString[pos] == '=')
1021 pos++;
1022 if (postString[pos] != 0)
1023 if (!ConvertStringToUInt32((const wchar_t *)postString + pos, options.NumThreads))
1028 int pos = 2;
1029 if (postString[pos] != 0)