Lines Matching refs:pContext
49 void * pContext in ImplCreateGb18030ToUnicodeContext() local
51 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplCreateGb18030ToUnicodeContext()
53 return pContext; in ImplCreateGb18030ToUnicodeContext()
56 void ImplResetGb18030ToUnicodeContext(void * pContext) in ImplResetGb18030ToUnicodeContext() argument
58 if (pContext) in ImplResetGb18030ToUnicodeContext()
59 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplResetGb18030ToUnicodeContext()
64 void * pContext, in ImplConvertGb18030ToUnicode() argument
85 if (pContext) in ImplConvertGb18030ToUnicode()
87 eState = ((ImplGb18030ToUnicodeContext *) pContext)->m_eState; in ImplConvertGb18030ToUnicode()
88 nCode = ((ImplGb18030ToUnicodeContext *) pContext)->m_nCode; in ImplConvertGb18030ToUnicode()
265 if (pContext) in ImplConvertGb18030ToUnicode()
267 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertGb18030ToUnicode()
268 ((ImplGb18030ToUnicodeContext *) pContext)->m_nCode = nCode; in ImplConvertGb18030ToUnicode()
279 void * pContext, in ImplConvertUnicodeToGb18030() argument
300 if (pContext) in ImplConvertUnicodeToGb18030()
302 = ((ImplUnicodeToTextContext *) pContext)->m_nHighSurrogate; in ImplConvertUnicodeToGb18030()
455 if (pContext) in ImplConvertUnicodeToGb18030()
456 ((ImplUnicodeToTextContext *) pContext)->m_nHighSurrogate in ImplConvertUnicodeToGb18030()