Home | History | Annotate | Download | only in intltest

Lines Matching defs:length2

1273         int32_t length2 = col->getSortKey(i_and_phi, 2, sortKey2, capacity);
1274 if (length2 != length || 0 != uprv_memcmp(sortKey, sortKey2, capacity)) {