Lines Matching refs:lastStarredCharIndex
910 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
924 * src->lastStarredCharIndex: Index to the last character in the list.
925 * Pre-requisite: src->currentStarredCharIndex <= src->lastStarredCharIndex.
939 if (src->currentStarredCharIndex > src->lastStarredCharIndex) {
1438 src->lastStarredCharIndex = src->parsedToken.charsOffset + src->parsedToken.charsLen - 1;
1446 src->lastStarredCharIndex = src->parsedToken.charsOffset + src->parsedToken.charsLen - 1;