Home | History | Annotate | Download | only in intltest

Lines Matching full:buffer_size

52     int buffer_size; // size unit is byte
58 int new_size = buffer_size + add_size;
65 buffer_size = new_size;
69 int r = size - buffer_size;
77 Buffer_byte():start(NULL),current(start),buffer_size(0){
85 start != NULL ? memset(start, 0, buffer_size) : 0;