Home
last modified time | relevance | path

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

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