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

/external/libxml2/win32/
H A 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"));
305 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
454 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
653 txtOut += " Trio: " + boolToStr(withTrio) + "\n";

Completed in 88 milliseconds