Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/
Dconfigure.ac238 [with_icu=auto])
240 if test "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" -o "x$with_icu" = "xauto"; then
243 if test \( "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" \) -a "x$have_icu" != "xtrue"; then
250 if test "x$with_icu" = "xbuiltin"; then
255 AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin")
/third_party/harfbuzz/
Dconfigure.ac238 [with_icu=auto])
240 if test "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" -o "x$with_icu" = "xauto"; then
243 if test \( "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" \) -a "x$have_icu" != "xtrue"; then
250 if test "x$with_icu" = "xbuiltin"; then
255 AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin")
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dconfigure.ac261 [with_icu=auto])
263 if test "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" -o "x$with_icu" = "xauto"; then
285 if test \( "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" \) -a "x$have_icu" != "xtrue"; then
292 if test "x$with_icu" = "xbuiltin"; then
297 AM_CONDITIONAL(HAVE_ICU_BUILTIN, $have_icu && test "x$with_icu" = "xbuiltin")
/third_party/libxml2/python/
Dsetup.py.in26 with_icu = @WITH_ICU@ variable
173 if with_icu == 1:
/third_party/libxml2/
Dconfigure.ac1469 if test "$with_icu" != "yes" ; then
1489 if test "$with_icu" != "yes" -a "$with_iconv" != "" ; then
1490 CPPFLAGS="${CPPFLAGS} -I$with_icu"
1492 XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_icu"
/third_party/chromium/patch/
D0001-cve.patch100735 - if test "$with_icu" != "yes" -a "$with_iconv" != "" ; then
100736 + if test "$with_icu" != "yes" && test "$with_iconv" != "" ; then
100737 CPPFLAGS="${CPPFLAGS} -I$with_icu"
100739 - XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_icu"