HomeSort by relevance Sort by last modified time
    Searched full:wsbytes (Results 1 - 1 of 1) sorted by null

  /build/kati/
strutil.go 25 var wsbytes = [256]bool{' ': true, '\t': true, '\n': true, '\r': true} var
29 if int(ch) >= len(wsbytes) {
32 return wsbytes[ch]
94 if !wsbytes[ws.in[ws.s]] {
113 if wsbytes[ws.in[ws.i]] {

Completed in 43 milliseconds