Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maxIgnorable (0.1 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/map.go

    // to the next rune. It returns whether a checkpoint is possible.
    type spanFunc func(*context) bool
    
    // maxIgnorable defines the maximum number of ignorables to consider for
    // lookahead operations.
    const maxIgnorable = 30
    
    // supported lists the language tags for which we have tailorings.
    const supported = "und af az el lt nl tr"
    
    func init() {
    	tags := []language.Tag{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top