Lines Matching refs:hContext

117 void SAL_CALL rtl_destroyTextToUnicodeConverter( rtl_TextToUnicodeConverter hContext )  in rtl_destroyTextToUnicodeConverter()  argument
119 (void) hContext; /* unused */ in rtl_destroyTextToUnicodeConverter()
138 rtl_TextToUnicodeContext hContext ) in rtl_destroyTextToUnicodeContext() argument
141 if ( pConverter && hContext && pConverter->mpDestroyTextToUnicodeContext ) in rtl_destroyTextToUnicodeContext()
142 pConverter->mpDestroyTextToUnicodeContext( (void*)hContext ); in rtl_destroyTextToUnicodeContext()
148 rtl_TextToUnicodeContext hContext ) in rtl_resetTextToUnicodeContext() argument
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()
217 rtl_UnicodeToTextContext hContext ) in rtl_destroyUnicodeToTextContext() argument
220 if ( pConverter && hContext && pConverter->mpDestroyUnicodeToTextContext ) in rtl_destroyUnicodeToTextContext()
221 pConverter->mpDestroyUnicodeToTextContext( (void*)hContext ); in rtl_destroyUnicodeToTextContext()
227 rtl_UnicodeToTextContext hContext ) in rtl_resetUnicodeToTextContext() argument
230 if ( pConverter && hContext && pConverter->mpResetUnicodeToTextContext ) in rtl_resetUnicodeToTextContext()
231 pConverter->mpResetUnicodeToTextContext( (void*)hContext ); in rtl_resetUnicodeToTextContext()
237 rtl_UnicodeToTextContext hContext, in rtl_convertUnicodeToText() argument
255 (void*)hContext, in rtl_convertUnicodeToText()