Home | History | Annotate | Download | only in toolutil

Lines Matching refs:bytesCapacity

952     if(m->bLen>4 && table->bytesCapacity==0) {
953 table->bytesCapacity=10000;
954 table->bytes=(uint8_t *)uprv_malloc(table->bytesCapacity);
957 (int)table->bytesCapacity);
977 if(table->bytesLength>table->bytesCapacity) {