Home | History | Annotate | Download | only in jni

Lines Matching defs:word0

454         // other hand, word0 can be null and then it means the set of params doesn't contain bigram
456 jintArray word0 = static_cast<jintArray>(
458 jsize word0Length = word0 ? env->GetArrayLength(word0) : 0;
460 if (word0) {
461 env->GetIntArrayRegion(word0, 0, word0Length, word0CodePoints);
487 if (word0) {
501 env->DeleteLocalRef(word0);