Home
last modified time | relevance | path

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

/aoo4110/main/sal/textenc/
H A Dconverteuctw.c47 } ImplEucTwToUnicodeContext; typedef
51 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 15 milliseconds