vendor/golang.org/x/text/transform.Transformer.Transform (method)
9 uses
vendor/golang.org/x/text/transform (current package)
transform.go#L61: Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error)
transform.go#L166: r.dst1, n, err = r.t.Transform(r.dst, r.src[r.src0:r.src1], r.err == io.EOF)
transform.go#L244: nDst, nSrc, err := w.t.Transform(w.dst, src, false)
transform.go#L299: nDst, nSrc, err := w.t.Transform(w.dst, src, true)
transform.go#L422: nDst, nSrc, err0 := in.t.Transform(out.dst(), in.src(), atEOF && low == i)
transform.go#L573: if _, _, err := t.Transform(nil, nil, true); err == nil {
transform.go#L601: nDst, nSrc, err = t.Transform(dst, src[:n], pSrc+n == len(s))
transform.go#L652: nDst, nSrc, err := t.Transform(dst[pDst:], src[:n], atEOF)
transform.go#L696: nDst, nSrc, err := t.Transform(dst[pDst:], src[pSrc:], true)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |