Searched refs:spacePos (Results 1 – 2 of 2) sorted by relevance
696 size_t spacePos = 0; in CheckCmd() local703 if (spacePos != 0) { in CheckCmd()704 EXPECT_NE(spacePos + 1, i); // consecutive spaces should not appear in CheckCmd()706 spacePos = i; in CheckCmd()
378 auto spacePos = tempdateTimeValue.find(CHAR_SPACE); in ParseDateTime() local379 if (spacePos != std::string::npos) { in ParseDateTime()380 tempdateTimeValue.insert(spacePos + STRING_NEXT_POS, strAmPm); in ParseDateTime()