Home | History | Annotate | Download | only in jni

Lines Matching full:grow

366         // Determine how much to grow the vector. Use the worst case for utf8 to
371 // Grow the vector. This will change the value of v.size() but we
373 v.grow(length);