Searched refs:MAX_KEY_LENGTH (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 89 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/ |
D | ohos_data_Storage.js | 23 const MAX_KEY_LENGTH = 80; constant
|
D | ohos_data_distributedData.js | 271 MAX_KEY_LENGTH: "[PC Preview] unknown MAX_KEY_LENGTH", property
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.h | 47 #define MAX_KEY_LENGTH 256 macro 240 char list[MAX_KEY_LENGTH + 1]; // REG_MULTI_SZ list of services (driver) names
|
D | windows_winusb.c | 1256 ®_type, (PBYTE)lookup[k].list, MAX_KEY_LENGTH, &size)) { in get_api_type()
|