Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dreslist.h21 #define KEY_SPACE_SIZE 65536 macro
Dreslist.c1072 bundle->fKeys = (char *) uprv_malloc(sizeof(char) * KEY_SPACE_SIZE); in bundle_open()
1083 bundle->fKeysCapacity = KEY_SPACE_SIZE; in bundle_open()
1390 bundle->fKeysCapacity += KEY_SPACE_SIZE; in bundle_addKeyBytes()