Searched refs:reorderBuffer (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/ |
D | composition.go | 98 type reorderBuffer struct { struct 111 flushF func(*reorderBuffer) bool argument 114 func (rb *reorderBuffer) init(f Form, src []byte) { argument 121 func (rb *reorderBuffer) initString(f Form, src string) { argument 128 func (rb *reorderBuffer) setFlusher(out []byte, f func(*reorderBuffer) bool) { argument 134 func (rb *reorderBuffer) reset() { argument 139 func (rb *reorderBuffer) doFlush() bool { argument 149 func appendFlush(rb *reorderBuffer) bool { argument 159 func (rb *reorderBuffer) flush(out []byte) []byte { argument 171 func (rb *reorderBuffer) flushCopy(buf []byte) int { argument [all …]
|
D | normalize.go | 53 rb := reorderBuffer{f: *ft, src: src, nsrc: len(b), out: out, flushF: appendFlush} 67 rb := reorderBuffer{f: *ft, src: src, nsrc: len(s), out: out, flushF: appendFlush} 79 rb := reorderBuffer{f: *ft, src: src, nsrc: len(b)} 91 func cmpNormalBytes(rb *reorderBuffer) bool { argument 118 rb := reorderBuffer{f: *ft, src: src, nsrc: len(s)} 119 rb.setFlusher(nil, func(rb *reorderBuffer) bool { 148 func patchTail(rb *reorderBuffer) bool { argument 181 func appendQuick(rb *reorderBuffer, i int) int { argument 208 rb := reorderBuffer{f: *ft, src: src, nsrc: n, out: out, flushF: appendFlush} 211 rb := reorderBuffer{f: *ft, src: src, nsrc: n} [all …]
|
D | readwriter.go | 10 rb reorderBuffer 67 wr := &normWriter{rb: reorderBuffer{}, w: w} 73 rb reorderBuffer 122 rr := &normReader{rb: reorderBuffer{}, r: r, inbuf: buf}
|
D | transform.go | 42 func flushTransform(rb *reorderBuffer) bool { argument 57 rb := reorderBuffer{}
|
D | iter.go | 19 rb reorderBuffer
|