Home
last modified time | relevance | path

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

/trunk/main/sal/textenc/
H A Dconvertiso2022jp.c48 } ImplIso2022JpToUnicodeContext; typedef
59 = rtl_allocateMemory(sizeof (ImplIso2022JpToUnicodeContext)); in ImplCreateIso2022JpToUnicodeContext()
60 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022JpToUnicodeContext()
68 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState in ImplResetIso2022JpToUnicodeContext()
95 eState = ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState; in ImplConvertIso2022JpToUnicode()
96 nRow = ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022JpToUnicode()
288 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertIso2022JpToUnicode()
289 ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022JpToUnicode()

Completed in 11 milliseconds