Home
last modified time | relevance | path

Searched refs:KEY_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp306 #define KEY_BUF_SIZE 512 macro
312 uint8_t key[KEY_BUF_SIZE]; in call()
317 len = ucol_getSortKey(coll, source->dataOf(i), source->lengthOf(i), key, KEY_BUF_SIZE); in call()
321 len = ucol_getSortKey(coll, source->dataOf(i), -1, key, KEY_BUF_SIZE); in call()