Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dline.cpp254 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
Dline.h65 UnicodeString strengthToString(UColAttributeValue strength, UBool pretty, UBool html = false);
Dsortedlines.cpp1239 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()