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