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