Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dconfig.h148 #define HAVE_USELOCALE 1 macro
/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/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch894 +#define HAVE_USELOCALE 1
/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))