Lines Matching refs:hConverter

124 …xtToUnicodeContext SAL_CALL rtl_createTextToUnicodeContext( rtl_TextToUnicodeConverter hConverter )  in rtl_createTextToUnicodeContext()  argument
126 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_createTextToUnicodeContext()
137 void SAL_CALL rtl_destroyTextToUnicodeContext( rtl_TextToUnicodeConverter hConverter, in rtl_destroyTextToUnicodeContext() argument
140 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_destroyTextToUnicodeContext()
147 void SAL_CALL rtl_resetTextToUnicodeContext( rtl_TextToUnicodeConverter hConverter, in rtl_resetTextToUnicodeContext() argument
150 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_resetTextToUnicodeContext()
157 sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverter, in rtl_convertTextToUnicode() argument
164 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_convertTextToUnicode()
196 void SAL_CALL rtl_destroyUnicodeToTextConverter( rtl_UnicodeToTextConverter hConverter ) in rtl_destroyUnicodeToTextConverter() argument
198 (void) hConverter; /* unused */ in rtl_destroyUnicodeToTextConverter()
203 …icodeToTextContext SAL_CALL rtl_createUnicodeToTextContext( rtl_UnicodeToTextConverter hConverter ) in rtl_createUnicodeToTextContext() argument
205 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_createUnicodeToTextContext()
216 void SAL_CALL rtl_destroyUnicodeToTextContext( rtl_UnicodeToTextConverter hConverter, in rtl_destroyUnicodeToTextContext() argument
219 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_destroyUnicodeToTextContext()
226 void SAL_CALL rtl_resetUnicodeToTextContext( rtl_UnicodeToTextConverter hConverter, in rtl_resetUnicodeToTextContext() argument
229 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_resetUnicodeToTextContext()
236 sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverter, in rtl_convertUnicodeToText() argument
243 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_convertUnicodeToText()