Lines Matching defs:pszOutputCS
131 * @param pszOutputCS Codeset of the input string.
136 void **ppvOutput, size_t cbOutput, const char *pszOutputCS,
156 fUcs2Term = !strcmp(pszOutputCS, "UCS-2")
157 || !strcmp(pszOutputCS, "UTF-16")
158 || !strcmp(pszOutputCS, "ucs-2")
159 || !strcmp(pszOutputCS, "utf-16");
180 if (!*pszOutputCS)
181 pszOutputCS = rtStrGetLocaleCodeset();
184 *phIconv = hIconv = iconv_open(pszOutputCS, pszInputCS);
269 * @param pszOutputCS Codeset of the input string.
273 void **ppvOutput, size_t cbOutput, const char *pszOutputCS,
293 fUcs2Term = !strcmp(pszOutputCS, "UCS-2");
311 if (!*pszOutputCS)
312 pszOutputCS = rtStrGetLocaleCodeset();
315 iconv_t icHandle = iconv_open(pszOutputCS, pszInputCS);
394 * @param pszOutputCS Codeset of the input string.
399 char **ppszOutput, size_t cbOutput, const char *pszOutputCS,
412 (void **)ppszOutput, cbOutput, pszOutputCS,
422 (void **)ppszOutput, cbOutput, pszOutputCS,
440 * @param pszOutputCS Codeset of the input string.
445 char **ppszOutput, size_t cbOutput, const char *pszOutputCS,
450 ppszOutput, cbOutput, pszOutputCS,