Searched refs:findPos (Results 1 – 2 of 2) sorted by relevance
139 int findPos = StringFind(&str, '|', pos); in ParseAndSetParameter() local140 if (findPos >= 0) { in ParseAndSetParameter()141 if (!StringSubString(&str, pos, findPos - pos, &subStr)) { in ParseAndSetParameter()149 pos = findPos + 1; in ParseAndSetParameter()
97 size_t findPos = strFun.find(",", pos); in ConvertFromString() local98 if (findPos == strFun.npos) { in ConvertFromString()102 vModeStr.push_back(strFun.substr(pos, findPos - pos)); in ConvertFromString()103 pos = findPos + 1; in ConvertFromString()