Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js43 var withIcu = false; variable
129 txt += " icu: Enable icu support (" + (withIcu? "yes" : "no") + ")\n";
240 vf.WriteLine("WITH_ICU=" + (withIcu? "1" : "0"));
343 of.WriteLine(s.replace(/\@WITH_ICU\@/, withIcu? "1" : "0"));
490 withIcu = strToBool(arg.substring(opt.length + 1, arg.length));
677 txtOut += " icu support: " + boolToStr(withIcu) + "\n";