Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_impl_120.go15 func stringsAreSortedImpl(x []string) bool { return IsSorted(StringSlice(x)) } func
Dsort_impl_go121.go22 func stringsAreSortedImpl(x []string) bool { return slices.IsSorted(x) } func