HomeSort by relevance Sort by last modified time
    Searched full:withiconv (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libxml/patches/
icu-win32 22 var withIconv = true;
30 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";
38 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
46 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
55 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
64 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";
  /external/chromium_org/third_party/libxslt/win32/
configure.js 46 var withIconv = true;
106 txt += " iconv: Use iconv library (" + (withIconv? "yes" : "no") + ")\n";
193 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
345 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
490 txtOut += " Use iconv: " + boolToStr(withIconv) + "\n";
  /external/chromium_org/third_party/libxml/src/win32/
configure.js 42 var withIconv = true;
127 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";
237 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
324 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
469 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
655 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";

Completed in 82 milliseconds