func unicode.SimpleFold
6 uses
unicode (current package)
letter.go#L354: func SimpleFold(r rune) rune {
bytes
bytes.go#L1266: r := unicode.SimpleFold(sr)
bytes.go#L1268: r = unicode.SimpleFold(r)
encoding/json
fold.go#L44: r2 := unicode.SimpleFold(r)
strings
strings.go#L1250: r := unicode.SimpleFold(sr)
strings.go#L1252: r = unicode.SimpleFold(r)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |