/external/fmtlib/test/ |
D | posix-mock-test.cc | 479 MOCK_METHOD3(strtod_l, double (const char *nptr, char **endptr, 496 return LocaleMock::instance->strtod_l(nptr, endptr, locale); in _strtod_l() 516 double strtod_l(const char *nptr, char **endptr, LocaleType locale) { in strtod_l() function 517 return LocaleMock::instance->strtod_l(nptr, endptr, locale); in strtod_l() 548 EXPECT_CALL(mock, strtod_l(str, _, locale.get())) in TEST()
|
/external/mesa3d/src/util/ |
D | strtod.c | 64 return strtod_l(s, end, loc); in _mesa_strtod()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 229 #if !defined(strtod_l) 230 #define strtod_l _strtod_l macro
|
D | locale.c | 999 value=strtod_l(string,&q,locale); in InterpretLocaleValue()
|
/external/libcxx/include/support/xlocale/ |
D | __strtonum_fallback.h | 28 inline _LIBCPP_ALWAYS_INLINE double strtod_l(const char *nptr, in strtod_l() function
|
/external/fmtlib/fmt/ |
D | posix.h | 327 static double strtod_l(const char *nptr, char **endptr, _locale_t locale) { in strtod_l() function 351 double result = strtod_l(str, &end, locale_); in strtod()
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 62 double strtod_l(const char *__nptr, char **__endptr, in strtod_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 51 #define strtod_l _strtod_l macro
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.cpp | 493 # define strtod_l _strtod_l macro 529 return strtod_l(decstr, end, gCLocale); in decimalStrToDouble()
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 48 atoi atol strtod strtod_l strtol strtoul
|
/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 | 893 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 | 1219 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
|
D | configure | 27862 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
|
/external/libcxx/include/ |
D | locale | 775 return strtod_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
|