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