Home
last modified time | relevance | path

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

/aoo41x/main/sal/textenc/
H A Dconvertgb18030.c45 } ImplGb18030ToUnicodeContext; typedef
50 = rtl_allocateMemory(sizeof (ImplGb18030ToUnicodeContext)); in ImplCreateGb18030ToUnicodeContext()
51 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplCreateGb18030ToUnicodeContext()
59 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplResetGb18030ToUnicodeContext()
87 eState = ((ImplGb18030ToUnicodeContext *) pContext)->m_eState; in ImplConvertGb18030ToUnicode()
88 nCode = ((ImplGb18030ToUnicodeContext *) pContext)->m_nCode; in ImplConvertGb18030ToUnicode()
267 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState = eState; in ImplConvertGb18030ToUnicode()
268 ((ImplGb18030ToUnicodeContext *) pContext)->m_nCode = nCode; in ImplConvertGb18030ToUnicode()

Completed in 14 milliseconds