Lines Matching refs:strength
30 strength = UCOL_OFF; in init()
107 strength = other.strength; in operator =()
151 if(strength != other.strength) { in equals()
254 result.append(strengthToString(strength, FALSE, FALSE)); in toBundleString()
307 result.append(strengthToString(strength, FALSE, TRUE)); in toHTMLString()
380 Line::strengthIndent(UColAttributeValue strength, int indentSize, UnicodeString &result) in strengthIndent() argument
383 int numIndents = strength+1; in strengthIndent()
384 if(strength > UCOL_IDENTICAL) { in strengthIndent()
386 } else if(strength == UCOL_IDENTICAL) { in strengthIndent()
396 Line::strengthToString(UColAttributeValue strength, UBool pretty, UBool html) { in strengthToString() argument
399 switch(strength) { in strengthToString()
423 switch(strength) { in strengthToString()
471 while(result && result->strength != UCOL_IDENTICAL) { in nextInteresting()
560 sprintf(buff+resLen, "%02i ", strength); in write()
631 sscanf(buff+bufIndex, "%02i ", &strength); in initFromString()