Home
last modified time | relevance | path

Searched refs:strtod_l (Results 1 – 18 of 18) sorted by relevance

/external/fmtlib/test/
Dposix-mock-test.cc479 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/
Dstrtod.c64 return strtod_l(s, end, loc); in _mesa_strtod()
/external/ImageMagick/MagickCore/
Dnt-base.h229 #if !defined(strtod_l)
230 #define strtod_l _strtod_l macro
Dlocale.c999 value=strtod_l(string,&q,locale); in InterpretLocaleValue()
/external/libcxx/include/support/xlocale/
D__strtonum_fallback.h28 inline _LIBCPP_ALWAYS_INLINE double strtod_l(const char *nptr, in strtod_l() function
/external/fmtlib/fmt/
Dposix.h327 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/
Dxlocale.h62 double strtod_l(const char *__nptr, char **__endptr, in strtod_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h51 #define strtod_l _strtod_l macro
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp493 # define strtod_l _strtod_l macro
529 return strtod_l(decstr, end, gCLocale); in decimalStrToDouble()
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt48 atoi atol strtod strtod_l strtol strtoul
/external/ImageMagick/config/
Dconfig.h.in507 /* Define to 1 if you have the `strtod_l' function. */
/external/icu/icu4c/source/
Dconfigure.ac893 AC_CHECK_FUNC(strtod_l)
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1664 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
/external/libcxx/lib/abi/3.9/
Dx86_64-linux-gnu.abilist1970 {'type': 'FUNC', 'name': 'strtod_l@GLIBC_2.3'}
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3003 fun:strtod_l=uninstrumented
/external/ImageMagick/
Dconfigure.ac1219 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
Dconfigure27862 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
/external/libcxx/include/
Dlocale775 return strtod_l(__a, __p2, _LIBCPP_GET_C_LOCALE);