Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dreslist.h22 #define RESLIST_MAX_INT_VECTOR 2048 macro
Dreslist.c1002 res->u.fIntVector.fArray = (uint32_t *) uprv_malloc(sizeof(uint32_t) * RESLIST_MAX_INT_VECTOR); in intvector_open()