Searched refs:cur_pos (Results 1 – 1 of 1) sorted by relevance
43 private int cur_pos = 0; field in Scanner.CharBuffer53 buffer[cur_pos] = c; in add()54 cur_pos++; in add()55 if (cur_pos == buffer_size) expand(); in add()59 return cur_pos; in size()67 return new String(buffer, 0, cur_pos); in toString()71 cur_pos = 0; in reset()