Searched defs:nativeEncoder (Results 1 – 1 of 1) sorted by relevance
/packages/apps/IM/libwbxml/src/ |
D | wbxml_jni.cpp | 387 static void encoderDelete(JNIEnv * env, jobject thisObj, jint nativeEncoder) in encoderDelete() 395 static void encoderReset(JNIEnv * env, jobject thisObj, jint nativeEncoder) in encoderReset() 406 static void encoderStartElement(JNIEnv * env, jobject thisObj, jint nativeEncoder, in encoderStartElement() 465 static void encoderCharacters(JNIEnv * env, jobject thisObj, jint nativeEncoder, jstring chars) in encoderCharacters() 505 static void encoderEndElement(JNIEnv * env, jobject thisObj, jint nativeEncoder) in encoderEndElement()
|