OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_STORAGE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c
269
static const int32_t
DEFAULT_STORAGE_SIZE
= 32768;
270
storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*
DEFAULT_STORAGE_SIZE
);
317
length=utrie_serialize(newTrie, storage,
DEFAULT_STORAGE_SIZE
,
/external/icu4c/test/cintltst/
trietest.c
270
static const int32_t
DEFAULT_STORAGE_SIZE
= 32768;
271
storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*
DEFAULT_STORAGE_SIZE
);
318
length=utrie_serialize(newTrie, storage,
DEFAULT_STORAGE_SIZE
,
Completed in 317 milliseconds