Lines Matching refs:pContext
51 void * pContext = rtl_allocateMemory(sizeof (ImplEucTwToUnicodeContext)); in ImplCreateEucTwToUnicodeContext() local
52 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplCreateEucTwToUnicodeContext()
54 return pContext; in ImplCreateEucTwToUnicodeContext()
57 void ImplResetEucTwToUnicodeContext(void * pContext) in ImplResetEucTwToUnicodeContext() argument
59 if (pContext) in ImplResetEucTwToUnicodeContext()
60 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplResetEucTwToUnicodeContext()
65 void * pContext, in ImplConvertEucTwToUnicode() argument
91 if (pContext) in ImplConvertEucTwToUnicode()
93 eState = ((ImplEucTwToUnicodeContext *) pContext)->m_eState; in ImplConvertEucTwToUnicode()
94 nPlane = ((ImplEucTwToUnicodeContext *) pContext)->m_nPlane; in ImplConvertEucTwToUnicode()
95 nRow = ((ImplEucTwToUnicodeContext *) pContext)->m_nRow; in ImplConvertEucTwToUnicode()
272 if (pContext) in ImplConvertEucTwToUnicode()
274 ((ImplEucTwToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertEucTwToUnicode()
275 ((ImplEucTwToUnicodeContext *) pContext)->m_nPlane = nPlane; in ImplConvertEucTwToUnicode()
276 ((ImplEucTwToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertEucTwToUnicode()
287 void * pContext, in ImplConvertUnicodeToEucTw() argument
311 if (pContext) in ImplConvertUnicodeToEucTw()
313 = ((ImplUnicodeToTextContext *) pContext)->m_nHighSurrogate; in ImplConvertUnicodeToEucTw()
439 if (pContext) in ImplConvertUnicodeToEucTw()
440 ((ImplUnicodeToTextContext *) pContext)->m_nHighSurrogate in ImplConvertUnicodeToEucTw()