Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js31 var withTrio = false; variable
117 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n";
228 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
317 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
466 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
665 txtOut += " Trio: " + boolToStr(withTrio) + "\n";