Searched defs:wordScanner (Results 1 – 1 of 1) sorted by relevance
79 type wordScanner struct { struct80 in []byte81 s int // word starts member82 i int // current pos83 esc bool // handle \-escape92 func (ws *wordScanner) next() bool {104 func (ws *wordScanner) Scan() bool {120 func (ws *wordScanner) Bytes() []byte {124 func (ws *wordScanner) Remain() []byte {