Home
last modified time | relevance | path

Searched refs:guessLen (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp534 int guessLen = -1; in doBinarySearch() local
557 guessLen = (gSortedLines[guess])->len; in doBinarySearch()
560 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
585 int guessLen = -1; in doBinarySearch() local
607 guessLen = (gSortedLines[guess])->len; in doBinarySearch()
610 r = CompareStringW(gWinLCID, 0, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()

Completed in 3 milliseconds