Lines Matching refs:UB
32 memset(UB, 0, sizeof(UB));
35 UB[i] = ∅
66 //u_strcpy(UB[strength], toSort[i-1]->name);
71 UB[strength] = toSort[i-j];
79 //u_strcpy(UB[strength], toSort[size-1]->name);
122 UB[strength] = toSort[size-j];
124 if(UB[i]) {
125 //debug->log(UB[i], true);
126 debug->log(UB[i]->toString(true), true);
360 if(probe.compare(UnicodeString(UB[strength]->name), s1) < 0) {
362 UB[strength] = new Line(s1);
363 //u_strcpy(UB[strength], s1.getTerminatedBuffer());
528 upper.setToConcat(firstRep[i], UB[UCOL_PRIMARY]);
529 //upper.setToConcat(firstRep[i], UB[secondRep[j]->strengthFromEmpty]);
535 // we'll comparing the secondRep directly to Thai. We add UB[UCOL_PRIMARY] to
537 // lower = Thai + UB, trial Thai + UB + x, resolving to
538 // UB + Thai vs UB + Thai + x.
540 // upper = Thai + UB + UB, trial = Thai + UB + x,
541 // resolving to UB + Thai + UB vs UB + Thai + x
544 U16_GET(UB[UCOL_SECONDARY]->name, 0, 0, UB[UCOL_SECONDARY]->len, UBChar);
550 upper.append(*UB[UCOL_PRIMARY]);
551 //upper.append(*UB[secondRep[j]->strengthFromEmpty]);
552 upper.append(*UB[UCOL_PRIMARY]);
553 lower.append(*UB[UCOL_PRIMARY]);
555 trial.append(*UB[UCOL_PRIMARY]);
1092 && previous->lastCC > UB[strength]->firstCC)) {
1096 //trial.setToConcat(previous, UB[strength]);
1097 trial.setToConcat(previous, UB[probe.getStrength(*toSort[j], *toSort[i])]);
1446 memset(UB, 0, sizeof(UB));
1449 UB[i] = ∅