Home | History | Annotate | Download | only in intltest

Lines Matching defs:len2

1137         int32_t len1, len2;
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1150 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1154 + TestUtility::hex(key2, len2));