Searched refs:identBuf (Results 1 – 1 of 1) sorted by relevance
493 StringBuilder identBuf = new StringBuilder(32); in scanIdentifier() local495 identBuf.append(symbol); in scanIdentifier()500 identBuf.append(ch); in scanIdentifier()503 identifier = identBuf.toString(); in scanIdentifier()508 identifier = identBuf.toString(); in scanIdentifier()