Home
last modified time | relevance | path

Searched refs:flushCopy (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Diter.go210 seg := i.buf[:i.rb.flushCopy(i.buf[:])]
357 return i.buf[:i.rb.flushCopy(i.buf[:])]
443 seg := i.buf[:i.rb.flushCopy(i.buf[:])]
Dtransform.go47 rb.out = rb.out[rb.flushCopy(rb.out):]
Dcomposition.go171 func (rb *reorderBuffer) flushCopy(buf []byte) int { func