Searched refs:strengthToString (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | line.cpp | 254 result.append(strengthToString(strength, false, false)); in toBundleString() 307 result.append(strengthToString(strength, false, true)); in toHTMLString() 396 Line::strengthToString(UColAttributeValue strength, UBool pretty, UBool html) { in strengthToString() function in Line
|
D | line.h | 65 UnicodeString strengthToString(UColAttributeValue strength, UBool pretty, UBool html = false);
|
D | sortedlines.cpp | 1239 debug->log(toSort[i]->strengthToString(toSort[i]->expStrength, true)); in detectExpansions() 1410 result.append(line->strengthToString(line->strength, pretty)); in arrayToString() 1545 result.append(line->strengthToString(line->strengthFromEmpty, pretty)); in toStringFromEmpty()
|