HomeSort by relevance Sort by last modified time
    Searched refs:withTrio (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/win32/
configure.js 42 var withTrio = false;
102 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n";
189 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
236 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
337 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
486 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 31 var withTrio = false;
116 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n";
226 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
302 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
447 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
644 txtOut += " Trio: " + boolToStr(withTrio) + "\n";

Completed in 1668 milliseconds