Home
last modified time | relevance | path

Searched refs:integerClass (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp48 jclass integerClass = env->FindClass("java/lang/Integer"); in outputWordProperty() local
49 jmethodID intToIntegerConstructorId = env->GetMethodID(integerClass, "<init>", "(I)V"); in outputWordProperty()
106 jobject integerProbability = env->NewObject(integerClass, intToIntegerConstructorId, in outputWordProperty()
111 env->DeleteLocalRef(integerClass); in outputWordProperty()