Searched refs:ImplEucTwToUnicodeContext (Results 1 – 1 of 1) sorted by relevance
47 } ImplEucTwToUnicodeContext; typedef51 void * pContext = rtl_allocateMemory(sizeof (ImplEucTwToUnicodeContext)); in ImplCreateEucTwToUnicodeContext()52 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplCreateEucTwToUnicodeContext()60 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplResetEucTwToUnicodeContext()93 eState = ((ImplEucTwToUnicodeContext *) pContext)->m_eState; in ImplConvertEucTwToUnicode()94 nPlane = ((ImplEucTwToUnicodeContext *) pContext)->m_nPlane; in ImplConvertEucTwToUnicode()95 nRow = ((ImplEucTwToUnicodeContext *) pContext)->m_nRow; 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()
Completed in 11 milliseconds