Lines Matching defs:cur_code
191 char* cur_code = nl_langinfo(CODESET);
195 char* cur_code = xxx_code == NULL ? "" : xxx_code+1;
197 return cur_code;
206 char* cur_code = currentCharacterEncoding();
207 iconv_t xiconv = iconv_open(cur_code, "ISO_8859-1");
234 char* cur_code = currentCharacterEncoding();
235 iconv_t xiconv = iconv_open(cur_code, "ISO_8859-1");
258 char* cur_code = currentCharacterEncoding();
259 iconv_t xiconv = iconv_open(cur_code, "UTF-16LE");
284 char* cur_code = currentCharacterEncoding();
285 iconv_t xiconv = iconv_open("ISO_8859-1//TRANSLIT", cur_code);
310 char* cur_code = currentCharacterEncoding();
311 iconv_t xiconv = iconv_open("UTF-16LE//TRANSLIT", cur_code);