type vendor/golang.org/x/text/unicode/norm.Form
32 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L114: func (rb *reorderBuffer) init(f Form, src []byte) {
composition.go#L121: func (rb *reorderBuffer) initString(f Form, src string) {
forminfo.go#L55: form Form
forminfo.go#L225: func (f Form) Properties(s []byte) Properties {
forminfo.go#L233: func (f Form) PropertiesString(s string) Properties {
iter.go#L32: func (i *Iter) Init(f Form, src []byte) {
iter.go#L48: func (i *Iter) InitString(f Form, src string) {
normalize.go#L35: type Form int
normalize.go#L38: NFC Form = iota
normalize.go#L45: func (f Form) Bytes(b []byte) []byte {
normalize.go#L59: func (f Form) String(s string) string {
normalize.go#L73: func (f Form) IsNormal(b []byte) bool {
normalize.go#L112: func (f Form) IsNormalString(s string) bool {
normalize.go#L193: func (f Form) Append(out []byte, src ...byte) []byte {
normalize.go#L197: func (f Form) doAppend(out []byte, src input, n int) []byte {
normalize.go#L261: func (f Form) AppendString(out []byte, src string) []byte {
normalize.go#L267: func (f Form) QuickSpan(b []byte) int {
normalize.go#L274: func (f Form) Span(b []byte, atEOF bool) (n int, err error) {
normalize.go#L288: func (f Form) SpanString(s string, atEOF bool) (n int, err error) {
normalize.go#L359: func (f Form) QuickSpanString(s string) int {
normalize.go#L366: func (f Form) FirstBoundary(b []byte) int {
normalize.go#L370: func (f Form) firstBoundary(src input, nsrc int) int {
normalize.go#L400: func (f Form) FirstBoundaryInString(s string) int {
normalize.go#L407: func (f Form) NextBoundary(b []byte, atEOF bool) int {
normalize.go#L414: func (f Form) NextBoundaryInString(s string, atEOF bool) int {
normalize.go#L418: func (f Form) nextBoundary(src input, nsrc int, atEOF bool) int {
normalize.go#L458: func (f Form) LastBoundary(b []byte) int {
readwriter.go#L66: func (f Form) Writer(w io.Writer) io.WriteCloser {
readwriter.go#L119: func (f Form) Reader(r io.Reader) io.Reader {
transform.go#L14: func (Form) Reset() {}
transform.go#L20: func (f Form) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
transform.go#L55: func (f Form) transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
|
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. |