Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dconfig.h148 #define HAVE_USELOCALE 1 macro
/third_party/e2fsprogs/lib/
Dconfig.h592 #define HAVE_USELOCALE 1 macro
/third_party/gettext/gettext-runtime/intl/
Ddcigettext.c217 #if defined _LIBC || HAVE_USELOCALE || defined IN_LIBGLOCALE
1628 # if HAVE_USELOCALE in guess_category_value()
/third_party/alsa-lib/src/
Dconf.c702 #ifdef HAVE_USELOCALE in safe_strtod()
712 #ifdef HAVE_USELOCALE in safe_strtod()
725 #ifdef HAVE_USELOCALE in safe_strtod()
/third_party/glib/glib/
Dgstrfuncs.c321 defined (HAVE_USELOCALE) && \
/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))