/external/libcxx/include/support/android/ |
D | locale_bionic.h | 54 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, in strtod_l() function
|
/external/mesa3d/src/util/ |
D | strtod.c | 64 return strtod_l(s, end, loc); in _mesa_strtod()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 232 #if !defined(strtod_l) 233 #define strtod_l _strtod_l macro
|
D | locale.c | 1024 value=strtod_l(string,&q,locale); in InterpretLocaleValue()
|
/external/libcxx/include/support/xlocale/ |
D | __strtonum_fallback.h | 28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() function
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 62 double strtod_l(const char *__nptr, char **__endptr, in strtod_l() function
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 777 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c)) macro 838 v = strtod_l (p, &pend, get_C_locale ()); in parse_float()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 135 #define strtod_l _strtod_l macro
|
/external/flatbuffers/include/flatbuffers/ |
D | util.h | 229 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get())
|
/external/flatbuffers/ |
D | CMakeLists.txt | 45 # Auto-detect locale-narrow 'strtod_l' function.
|
/external/harfbuzz_ng/ |
D | configure.ac | 80 AC_CHECK_FUNCS(atexit mprotect sysconf getpagesize mmap isatty newlocale strtod_l posix_memalign)
|
D | CMakeLists.txt | 113 check_funcs(atexit mprotect sysconf getpagesize mmap isatty newlocale strtod_l round)
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 56 atoi atol strtod strtod_l strtol strtoul
|
/external/flatbuffers/docs/source/ |
D | CppUsage.md | 534 locale-independent or locale-narrow functions `strtof_l`, `strtod_l`,
|
/external/mesa3d/ |
D | meson.build | 865 double d = strtod_l(s, end, loc);
|
D | configure.ac | 883 double d = strtod_l(s, end, loc);
|
/external/ImageMagick/config/ |
D | config.h.in | 507 /* Define to 1 if you have the `strtod_l' function. */
|
/external/icu/icu4c/source/ |
D | configure.ac | 882 AC_CHECK_FUNC(strtod_l)
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1664 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1970 {'type': 'FUNC', 'name': 'strtod_l@GLIBC_2.3'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3003 fun:strtod_l=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 1223 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
|
D | configure | 26863 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
|
/external/libcxx/include/ |
D | locale | 815 return strtod_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
|