Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js44 var withIso8859x = false; variable
130 txt += " iso8859x: Enable ISO8859X support (" + (withIso8859x? "yes" : "no") + ")\n";
241 vf.WriteLine("WITH_ISO8859X=" + (withIso8859x? "1" : "0"));
345 of.WriteLine(s.replace(/\@WITH_ISO8859X\@/, withIso8859x? "1" : "0"));
492 withIso8859x = strToBool(arg.substring(opt.length + 1, arg.length));
676 txtOut += " iso8859x support: " + boolToStr(withIso8859x) + "\n";