Home | History | Annotate | Download | only in i18n

Lines Matching defs:nextPair

140                 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
171 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
222 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
247 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
286 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
299 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
339 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
352 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
395 leftPair = nextPair(table, c, leftPair, left, NULL, leftIndex, leftLength);
408 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
452 // and nextPair() looks for whether c==0.
486 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength);
523 rightPair = nextPair(table, c, rightPair, NULL, right, rightIndex, rightLength);
574 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength);
599 rightPair = nextPair(table, c, rightPair, NULL, right, rightIndex, rightLength);
638 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength);
651 rightPair = nextPair(table, c, rightPair, NULL, right, rightIndex, rightLength);
691 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength);
704 rightPair = nextPair(table, c, rightPair, NULL, right, rightIndex, rightLength);
747 leftPair = nextPair(table, c, leftPair, NULL, left, leftIndex, leftLength);
760 rightPair = nextPair(table, c, rightPair, NULL, right, rightIndex, rightLength);
840 CollationFastLatin::nextPair(const uint16_t *table, UChar32 c, uint32_t ce,