Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.cpp11 toSort(NULL), in SortedLines()
46 if(toSort) { in ~SortedLines()
47 delete[] toSort; in ~SortedLines()
64 if(toSort[i]->strengthFromEmpty < strength) { in getBounds()
68 while(excludeBounds.contains(UnicodeString(toSort[i-j]->name, toSort[i-j]->len))) { in getBounds()
71 UB[strength] = toSort[i-j]; in getBounds()
73 strength = toSort[i]->strengthFromEmpty; in getBounds()
75 probe.SE = toSort[i]->name[0]; in getBounds()
93 bound.append(toSort[size-j]->name, toSort[size-j]->len); in getBounds()
104 …duplicators->put(UnicodeString(toSort[size-j]->name, toSort[size-j]->len), &toSort[size-j], status… in getBounds()
[all …]
Dsortedlines.h24 Line **toSort; variable
/third_party/icu/icu4c/source/test/intltest/
Dthcoll.cpp367 UChar *toSort[LINES]; in TestInvalidThai() local
385 toSort[i] = strings[i]; in TestInvalidThai()
388 qsort (toSort, LINES, sizeof (UChar *), StrCmp); in TestInvalidThai()
394 if (ucol_strcoll (thaiColl, toSort[i], -1, toSort[j], -1) == UCOL_GREATER) in TestInvalidThai()
400 iteratorText.setTo(toSort[i]); in TestInvalidThai()