Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dtrietest.c269 static const int32_t DEFAULT_STORAGE_SIZE = 32768; in testTrieRangesWithMalloc() local
270 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE); in testTrieRangesWithMalloc()
317 length=utrie_serialize(newTrie, storage, DEFAULT_STORAGE_SIZE, in testTrieRangesWithMalloc()