Searched refs:numericStringLess (Results 1 – 2 of 2) sorted by relevance
28 func numericStringLess(a, b string) bool { func209 return numericStringLess(l[i].s, l[j].s)251 if prev != "" && numericStringLess(s.Value, prev) {
48 if got := numericStringLess(a, b); got != want {