Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/internal/language/
Dparse.go429 type bytesSort struct { struct
430 b [][]byte
431 n int // first n bytes to compare
434 func (b bytesSort) Len() int {
438 func (b bytesSort) Swap(i, j int) {
442 func (b bytesSort) Less(i, j int) bool {