Searched refs:collKeyLength (Results 1 – 1 of 1) sorted by relevance
1276 int32_t collKeyLength; in TestSortKeyOverflow() local1277 const uint8_t *collSortKey = collKey.getByteArray(collKeyLength); in TestSortKeyOverflow()1278 … if (collKeyLength != length || 0 != uprv_memcmp(longSortKey.getAlias(), collSortKey, length)) { in TestSortKeyOverflow()