Home
last modified time | relevance | path

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

/packages/apps/IM/libwbxml/src/
Dwbxml_jni.cpp51 struct WbxmlEncodingContext struct
315 JniWbxmlDataHandler(WbxmlEncodingContext * context) : mContext(context) in JniWbxmlDataHandler()
347 WbxmlEncodingContext * mContext;
352 WbxmlEncodingContext * context = NULL; in encoderCreate()
356 context = new WbxmlEncodingContext(); in encoderCreate()
389 WbxmlEncodingContext * context = (WbxmlEncodingContext *)nativeEncoder; in encoderDelete()
397 WbxmlEncodingContext * context = (WbxmlEncodingContext *)nativeEncoder; in encoderReset()
409 WbxmlEncodingContext * context = (WbxmlEncodingContext *)nativeEncoder; in encoderStartElement()
467 WbxmlEncodingContext * context = (WbxmlEncodingContext *)nativeEncoder; in encoderCharacters()
507 WbxmlEncodingContext * context = (WbxmlEncodingContext *)nativeEncoder; in encoderEndElement()