Home
last modified time | relevance | path

Searched refs:withIconv (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js42 var withIconv = true; variable
128 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";
239 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
341 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
488 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
676 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";