Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp212 Line **gSortedLines; variable
509 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name); in doBinarySearch()
536 lineLen = (gSortedLines[line])->len; in doBinarySearch()
549 ri = strcmp((gSortedLines[line])->icuSortKey, (gSortedLines[guess])->icuSortKey); in doBinarySearch()
557 guessLen = (gSortedLines[guess])->len; in doBinarySearch()
560 r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
587 lineLen = (gSortedLines[lin in doBinarySearch()
[all...]

Completed in 2 milliseconds