Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/patches/
Dicu-win3220 var withXptr = true;
28 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
36 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
62 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
Dconfigure.js40 var withXptr = true; variable
125 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
235 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
320 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
465 withXptr = strToBool(arg.substring(opt.length + 1, arg.length));
653 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";