Searched refs:longSortKey (Results 1 – 1 of 1) sorted by relevance
1251 LocalArray<uint8_t> longSortKey(new uint8_t[longCapacity]); in TestSortKeyOverflow() local1254 length = col->getSortKey(s, longSortKey.getAlias(), longCapacity); in TestSortKeyOverflow()1259 … if (collKeyLength != length || 0 != uprv_memcmp(longSortKey.getAlias(), collSortKey, length)) { in TestSortKeyOverflow()