Home | History | Annotate | Download | only in pkgdata

Lines Matching defs:currentBufferSize

793     int32_t currentBufferSize = SMALL_BUFFER_MAX_SIZE;
805 pkgDataFlags[i] = (char*)uprv_malloc(sizeof(char) * currentBufferSize);
828 tmpResult = parseFlagsFile(o->options, pkgDataFlags, currentBufferSize, FLAG_NAMES, (int32_t)PKGDATA_FLAGS_SIZE, &status);
833 currentBufferSize = tmpResult;