Home | History | Annotate | Download | only in src

Lines Matching refs:cd_locale_to_ucs2

1715   current_params->cd_locale_to_ucs2 = iconv_open("UCS-2LE", "UTF-8");
1718 if(current_params->cd_locale_to_ucs2 == (iconv_t) -1 ||
1978 iconv_close(params->cd_locale_to_ucs2);