Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/system-tests/
DMakefile.am82 intl_thread_1_prg_CFLAGS = $(intl_thread_1_prg_CFLAGS_@HAVE_NEWLOCALE@)
84 intl_thread_1_prg_LDADD = $(LDADD) $(intl_thread_1_prg_LDADD_@HAVE_NEWLOCALE@)
87 intl_thread_2_prg_CFLAGS = $(intl_thread_2_prg_CFLAGS_@HAVE_NEWLOCALE@)
89 intl_thread_2_prg_LDADD = $(LDADD) $(intl_thread_2_prg_LDADD_@HAVE_NEWLOCALE@)
92 intl_thread_3_prg_CFLAGS = $(intl_thread_3_prg_CFLAGS_@HAVE_NEWLOCALE@)
94 intl_thread_3_prg_LDADD = $(LDADD) $(intl_thread_3_prg_LDADD_@HAVE_NEWLOCALE@)
/third_party/gettext/gettext-runtime/intl/
Dlibgnuintl.in.h21 #if (defined __APPLE__ && defined __MACH__) && @HAVE_NEWLOCALE@
494 #if @HAVE_NEWLOCALE@
DMakefile.am298 -e 's,@''HAVE_NEWLOCALE''@,@HAVE_NEWLOCALE@,g' \
Dsetlocale.c1660 # if HAVE_NEWLOCALE
DChangeLog.0771 (libgnuintl.h, libintl.h): Substitute also HAVE_NEWLOCALE.
/third_party/gettext/gettext-runtime/m4/
Dintl.m4107 HAVE_NEWLOCALE=1
109 HAVE_NEWLOCALE=0
111 AC_SUBST([HAVE_NEWLOCALE]) subst
DChangeLog.0443 HAVE_NEWLOCALE.
/third_party/glib/
Dconfig.h160 #define HAVE_NEWLOCALE 1 macro
/third_party/e2fsprogs/lib/
Dconfig.h345 #define HAVE_NEWLOCALE 1 macro
/third_party/gettext/gettext-runtime/
Dconfig.h625 #define HAVE_NEWLOCALE 1 macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-common.cc767 #if defined (HAVE_NEWLOCALE) && defined (HAVE_STRTOD_L)
/third_party/glib/glib/
Dgstrfuncs.c320 #if defined (HAVE_NEWLOCALE) && \
/third_party/gettext/gettext-tools/tests/
DChangeLog.11421 HAVE_NEWLOCALE instead of GLIBC2.
/third_party/chromium/patch/
D0001-cve.patch30360 -#if !defined(HAVE_NEWLOCALE) || !defined(HAVE_USELOCALE)
30361 +#if !defined(HB_NO_SETLOCALE) && (!defined(HAVE_NEWLOCALE) || !defined(HAVE_USELOCALE))