Lines Matching defs:B0
30 UChar B0, UChar B1, UChar B2, UChar B3) :
32 B0(B0), B1(B1), B2(B2), B3(B3),
40 StrengthProbe::setProbeChars(UChar B0, UChar B1, UChar B2, UChar B3)
42 this->B0 = B0;
54 utilFirst.setTo(B0);
80 utilFirst.setTo(B0);
195 if(probeSuffix(x, y, B1, B0)) {
196 //if(probePrefix(x, y, B2, B0)) { // swamps secondary difference
198 } else if(probePrefix(x, y, B3, B0)) { // swamps tertiary difference
200 } else if(probeSuffix(x, y, B3, B0)) { // swamped by tertiary difference
202 } else if(!probePrefix(x, y, B3, B0)) {
206 //if(probeSuffix(x, y, B1, B0)) {
207 if(probePrefix(x, y, B2, B0)) { // swamps secondary difference
209 } else if(probePrefix(x, y, B3, B0)) { // swamps tertiary difference
211 } else if(probeSuffix(x, y, B3, B0)) { // swamped by tertiary difference
213 } else if(!probePrefix(x, y, B3, B0)) {
253 Line B0Line(B0);
268 sexb0.append(B0);
271 seb0.append(B0);
309 //if(!probePrefix(x, empty, B3, B0)) {
339 B0 = that.B0;
357 utilFirst.setTo(B0);
362 utilSecond.append(B0);