type golang.org/x/text/internal/language.scanner
19 uses
golang.org/x/text/internal/language (current package)
parse.go#L74: type scanner struct {
parse.go#L85: func makeScannerString(s string) scanner {
parse.go#L86: scan := scanner{}
parse.go#L98: func makeScanner(b []byte) scanner {
parse.go#L99: scan := scanner{b: b}
parse.go#L104: func (s *scanner) init() {
parse.go#L114: func (s *scanner) toLower(start, end int) {
parse.go#L123: func (s *scanner) setError(e error) {
parse.go#L132: func (s *scanner) resizeRange(oldStart, oldEnd, newSize int) {
parse.go#L150: func (s *scanner) replace(repl string) {
parse.go#L157: func (s *scanner) gobble(e error) {
parse.go#L170: func (s *scanner) deleteRange(start, end int) {
parse.go#L182: func (s *scanner) scan() (end int) {
parse.go#L213: func (s *scanner) acceptMinSize(min int) (end int) {
parse.go#L253: func parse(scan *scanner, s string) (t Tag, err error) {
parse.go#L291: func parseTag(scan *scanner) (t Tag, end int) {
parse.go#L339: func parseVariants(scan *scanner, end int, t Tag) int {
parse.go#L443: func parseExtensions(scan *scanner) int {
parse.go#L482: func parseExtension(scan *scanner) int {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |