Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrietest.c270 static const int32_t DEFAULT_STORAGE_SIZE = 32768; in testTrieRangesWithMalloc() local
271 storage = (uint8_t*) uprv_malloc(sizeof(uint8_t)*DEFAULT_STORAGE_SIZE); in testTrieRangesWithMalloc()
318 length=utrie_serialize(newTrie, storage, DEFAULT_STORAGE_SIZE, in testTrieRangesWithMalloc()