Lines Matching defs:pretty
1370 SortedLines::arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys) {
1382 if(pretty) {
1388 result.append(previous->toString(pretty));
1389 if(pretty) {
1403 if(pretty) {
1410 result.append(line->strengthToString(line->strength, pretty));
1412 result.append(line->toString(pretty));
1416 if(pretty) {
1510 UBool pretty = false;
1518 if(pretty) {
1523 result.append(previous->toString(pretty));
1524 if(pretty) {
1538 if(pretty) {
1545 result.append(line->strengthToString(line->strengthFromEmpty, pretty));
1547 result.append(line->toString(pretty));
1548 if(pretty) {