Lines Matching defs:xym
625 Line xym, xyp, xy;
630 xym.setToConcat(firstRep[i], secondRep[j-1]);
631 toAdd.strength = probe.getStrength(xym, toAdd);
633 // there is possibility that either xym or xy are contractions
635 // xym > xy or xym <n xy and ym <k y but n != k
650 if(probe.compare(xyp, xym) >= 0) {
658 // first let's see if xym has moved beyond
659 if(contractionsTable->get(UnicodeString(xym.name, xym.len)) == NULL) {
668 if(probe.compare(xyp, xym) <= 0) {
694 if(contractionsTable->get(UnicodeString(xym.name, xym.len)) == NULL) {