Searched refs:hContext (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sal/textenc/ |
H A D | textcvt.c | 119 (void) hContext; /* unused */ in rtl_destroyTextToUnicodeConverter() 141 if ( pConverter && hContext && pConverter->mpDestroyTextToUnicodeContext ) in rtl_destroyTextToUnicodeContext() 142 pConverter->mpDestroyTextToUnicodeContext( (void*)hContext ); in rtl_destroyTextToUnicodeContext() 151 if ( pConverter && hContext && pConverter->mpResetTextToUnicodeContext ) in rtl_resetTextToUnicodeContext() 152 pConverter->mpResetTextToUnicodeContext( (void*)hContext ); in rtl_resetTextToUnicodeContext() 158 rtl_TextToUnicodeContext hContext, in rtl_convertTextToUnicode() argument 176 (void*)hContext, in rtl_convertTextToUnicode() 221 pConverter->mpDestroyUnicodeToTextContext( (void*)hContext ); in rtl_destroyUnicodeToTextContext() 230 if ( pConverter && hContext && pConverter->mpResetUnicodeToTextContext ) in rtl_resetUnicodeToTextContext() 231 pConverter->mpResetUnicodeToTextContext( (void*)hContext ); in rtl_resetUnicodeToTextContext() [all …]
|
/aoo4110/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 60 rtl_TextToUnicodeContext hContext; member 67 nSaveToken(0), hConv( 0 ), hContext( (rtl_TextToUnicodeContext)1 ) in SvParser_Impl() 124 pImplData->hContext ); in ~SvParser() 136 rtl_resetTextToUnicodeContext( pImplData->hConv, pImplData->hContext ); in ClearTxtConvContext() 147 pImplData->hContext ); in SetSrcEncoding() 150 pImplData->hContext = (rtl_TextToUnicodeContext )1; in SetSrcEncoding() 165 pImplData->hContext = in SetSrcEncoding() 283 pImplData->hConv, pImplData->hContext, in GetNextChar() 293 if( pImplData->hContext != (rtl_TextToUnicodeContext)1 ) in GetNextChar() 303 pImplData->hConv, pImplData->hContext, in GetNextChar()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | textcvt.h | 61 …oyTextToUnicodeContext( rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext ); 65 …etTextToUnicodeContext( rtl_TextToUnicodeConverter hConverter, rtl_TextToUnicodeContext hContext ); 96 rtl_TextToUnicodeContext hContext, 124 …oyUnicodeToTextContext( rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext ); 128 …etUnicodeToTextContext( rtl_UnicodeToTextConverter hConverter, rtl_UnicodeToTextContext hContext ); 166 rtl_UnicodeToTextContext hContext,
|
/aoo4110/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 294 rtl_TextToUnicodeContext hContext=0; in ReadChars() local 305 hContext = rtl_createTextToUnicodeContext( hConverter ); in ReadChars() 344 nNewLen = rtl_convertTextToUnicode( hConverter, hContext, in ReadChars() 508 rtl_destroyTextToUnicodeContext( hConverter, hContext ); in ReadChars()
|
/aoo4110/main/tools/source/inet/ |
H A D | inetmime.cxx | 2058 rtl_TextToUnicodeContext hContext in convertToUnicode() local 2068 hConverter, hContext, pBegin, pEnd - pBegin, pBuffer, in convertToUnicode() 2077 rtl_resetTextToUnicodeContext(hConverter, hContext); in convertToUnicode() 2079 rtl_destroyTextToUnicodeContext(hConverter, hContext); in convertToUnicode() 2100 rtl_UnicodeToTextContext hContext in convertFromUnicode() local 2120 rtl_resetUnicodeToTextContext(hConverter, hContext); in convertFromUnicode() 2122 rtl_destroyUnicodeToTextContext(hConverter, hContext); in convertFromUnicode() 4053 rtl_UnicodeToTextContext hContext in finish() local 4063 hConverter, hContext, m_pBuffer, in finish() 4074 rtl_resetUnicodeToTextContext(hConverter, hContext); in finish() [all …]
|
/aoo4110/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 482 rtl_TextToUnicodeContext hContext = in IsDetectableText() local 487 nNewLen = rtl_convertTextToUnicode( hConverter, hContext, pBuf, in IsDetectableText() 493 rtl_destroyTextToUnicodeContext(hConverter, hContext); in IsDetectableText()
|
Completed in 51 milliseconds