Searched refs:CPos (Results 1 – 2 of 2) sorted by relevance
483 size_t CPos = 0; in ParseDirective() local485 while ((FPos = Content.find(NewlineStr, CPos)) != StringRef::npos) { in ParseDirective()486 Text += Content.substr(CPos, FPos-CPos); in ParseDirective()488 CPos = FPos + NewlineStr.size(); in ParseDirective()
1208 STATIC UINT32 CPos; in Output() local1216 CPos = mOutputPos++; in Output()1217 mBuf[CPos] = 0; in Output()1222 mBuf[CPos] |= mOutputMask; in Output()