Home
last modified time | relevance | path

Searched defs:tagSort (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/
Dparse.go240 type tagSort struct { struct
241 tag []Tag
242 q []float32
245 func (s *tagSort) Len() int {
249 func (s *tagSort) Less(i, j int) bool {
253 func (s *tagSort) Swap(i, j int) {