Searched refs:asciSort (Results 1 – 2 of 2) sorted by relevance
269 if (this.asciSort(this[j], this[j + 1])) {282 private asciSort(curElement: string, nextElement: string): boolean { method in Vector
226 if (this.asciSort(this[j], this[j + 1])) {239 private asciSort(curElement: string, nextElement: string): boolean {