OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
30
#define
KEY_BUFFER_SIZE
64
438
char keyBuffer[
KEY_BUFFER_SIZE
];
/external/icu4c/i18n/
colldata.cpp
515
char keyBuffer[
KEY_BUFFER_SIZE
];
516
int32_t keyLength =
KEY_BUFFER_SIZE
;
677
if (cacheKeyLength >
KEY_BUFFER_SIZE
) {
Completed in 2398 milliseconds