Searched refs:withIconv (Results 1 – 3 of 3) sorted by relevance
22 var withIconv = true;30 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";38 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));46 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));55 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));64 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";
46 var withIconv = true; variable106 txt += " iconv: Use iconv library (" + (withIconv? "yes" : "no") + ")\n";193 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));345 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));490 txtOut += " Use iconv: " + boolToStr(withIconv) + "\n";
42 var withIconv = true; variable127 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";237 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));324 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));469 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));655 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";