Lines Matching refs:B3
30 UChar B0, UChar B1, UChar B2, UChar B3) : in StrengthProbe() argument
32 B0(B0), B1(B1), B2(B2), B3(B3), in StrengthProbe()
40 StrengthProbe::setProbeChars(UChar B0, UChar B1, UChar B2, UChar B3) in setProbeChars() argument
46 B3 = B3; in setProbeChars()
55 utilSecond.setTo(B3); in checkSanity()
67 utilFirst.setTo(B3); in checkSanity()
92 utilFirst.setTo(B3); in checkSanity()
198 } else if(probePrefix(x, y, B3, B0)) { // swamps tertiary difference in getStrength()
200 } else if(probeSuffix(x, y, B3, B0)) { // swamped by tertiary difference in getStrength()
202 } else if(!probePrefix(x, y, B3, B0)) { in getStrength()
293 seb3.append(B3); in distanceFromEmptyString()
342 B3 = that.B3; in operator =()