Searched refs:printSortKeys (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 78 UnicodeString toPrettyString(UBool useLinks, UBool printSortKeys = FALSE); 88 …ToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys);
|
D | sortedlines.cpp | 1370 …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()
|