Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp535 int guessLen = -1; in doBinarySearch() local
558 guessLen = (gSortedLines[guess])->len; in doBinarySearch()
561 …r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
586 int guessLen = -1; in doBinarySearch() local
608 guessLen = (gSortedLines[guess])->len; in doBinarySearch()
611 …reStringW(gWinLCID, 0, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()