Searched refs:currpos (Results 1 – 2 of 2) sorted by relevance
2130 int currpos = currentPosition; in countTokens() local2132 while (currpos < maxPosition) in countTokens()2134 int start = currpos; in countTokens()2136 while ((currpos < maxPosition) in countTokens()2137 && Character.isLetterOrDigit(str.charAt(currpos))) in countTokens()2139 currpos++; in countTokens()2142 if ((start == currpos) in countTokens()2143 && (Character.isLetterOrDigit(str.charAt(currpos)) == false)) in countTokens()2145 currpos++; in countTokens()
1779 off_t currpos = ftello(stream->file); in get_cx_data() local1782 fseeko(stream->file, currpos, SEEK_SET); in get_cx_data()