Searched refs:identBuf (Results 1 – 1 of 1) sorted by relevance
623 StringBuilder identBuf = new StringBuilder(32); in scanIdentifier() local625 identBuf.append(symbol); in scanIdentifier()630 identBuf.append(buffer[pos]); in scanIdentifier()633 identifier = identBuf.toString(); in scanIdentifier()638 identifier = identBuf.toString(); in scanIdentifier()