OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withIconv
(Results
1 - 2
of
2
) sorted by null
/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 1087 milliseconds