Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.h78 UnicodeString toPrettyString(UBool useLinks, UBool printSortKeys = false);
88 …ToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys);
Dsortedlines.cpp1370 …oString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys) { in arrayToString() argument
1376 if(printSortKeys && !sortkeys) { in arrayToString()
1377 printSortKeys = false; in arrayToString()
1413 if(printSortKeys) { in arrayToString()
1566 SortedLines::toPrettyString(UBool useLinks, UBool printSortKeys) in toPrettyString() argument
1568 return arrayToString(toSort, size, true, useLinks, printSortKeys); in toPrettyString()