Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp89 enum{MAX_KEY_LENGTH = 5000}; enumerator
97 uint8_t icu_key[MAX_KEY_LENGTH];
98 char posix_key[MAX_KEY_LENGTH];
99 WCHAR win_key[MAX_KEY_LENGTH];
114 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH); in icu_key_null()
118 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH); in icu_key_len()
125 LCMapStringW(win_langid, LCMAP_SORTKEY, data[i].win_data, -1, win_key, MAX_KEY_LENGTH); in win_key_null()
129 …tringW(win_langid, LCMAP_SORTKEY, data[i].win_data, data[i].win_data_len, win_key, MAX_KEY_LENGTH); in win_key_len()
134 strxfrm(posix_key, data[i].posix_data, MAX_KEY_LENGTH); in posix_key_null()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_Storage.js23 const MAX_KEY_LENGTH = 80; constant
Dohos_data_distributedData.js271 MAX_KEY_LENGTH: "[PC Preview] unknown MAX_KEY_LENGTH", property
/third_party/libusb/libusb/os/
Dwindows_winusb.h47 #define MAX_KEY_LENGTH 256 macro
240 char list[MAX_KEY_LENGTH + 1]; // REG_MULTI_SZ list of services (driver) names
Dwindows_winusb.c1256 &reg_type, (PBYTE)lookup[k].list, MAX_KEY_LENGTH, &size)) { in get_api_type()