Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:currentBufferSize

754     int32_t currentBufferSize = SMALL_BUFFER_MAX_SIZE;
766 pkgDataFlags[i] = (char*)uprv_malloc(sizeof(char) * currentBufferSize);
789 tmpResult = parseFlagsFile(o->options, pkgDataFlags, currentBufferSize, (int32_t)PKGDATA_FLAGS_SIZE, &status);
794 currentBufferSize = tmpResult;