Home
last modified time | relevance | path

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

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