Home
last modified time | relevance | path

Searched defs:wordScanner (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Dstrutil.go79 type wordScanner struct { struct
80 in []byte
81 s int // word starts member
82 i int // current pos
83 esc bool // handle \-escape
92 func (ws *wordScanner) next() bool {
104 func (ws *wordScanner) Scan() bool {
120 func (ws *wordScanner) Bytes() []byte {
124 func (ws *wordScanner) Remain() []byte {