Searched refs:nextPos (Results 1 – 2 of 2) sorted by relevance
212 const char *nextPos = str; in DoParse() local213 const char *curPos = nextPos; in DoParse()215 while (nextPos) { in DoParse()219 const char *pSep = nextPos; in DoParse()220 curPos = nextPos; in DoParse()227 nextPos = ((*pSep == 0) ? nullptr : (pSep + 1)); in DoParse()
218 const char *nextPos = str; in DoParse() local221 while (nextPos) { in DoParse()225 const char *pSep = nextPos; in DoParse()226 curPos = nextPos; in DoParse()233 nextPos = ((*pSep == 0) ? nullptr : (pSep + 1)); in DoParse()