Searched refs:posix_data (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/perf/collperf/ |
D | collperf.cpp | 67 char* posix_data; member 123 strxfrm(posix_key, data[i].posix_data, MAX_KEY_LENGTH); in posix_key_null() 323 QFUNC(posix_strcoll_null, strcoll, posix_data) 468 BFUNC(posix_strcoll_null, strcoll, posix_data) 487 CA_char * posix_data; member in CollPerfTest 508 delete posix_data; in ~CollPerfTest() 529 posix_data = NULL; in CollPerfTest() 769 posix_data = new CA_char; in prepareData() 800 posix_data->append_one(s + 1); // plus terminal NULL in prepareData() 801 …t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &statu… in prepareData() [all …]
|