Home | History | Annotate | Download | only in jni

Lines Matching defs:newCount

821             jsize newCount = (curCount == 0) ? 10 : (curCount*2);
822 jintArray newArray = env->NewIntArray(newCount);
834 curCount = newCount;