HomeSort by relevance Sort by last modified time
    Searched refs:wcstold_l (Results 1 - 6 of 6) sorted by null

  /external/libcxx/include/support/musl/
xlocale.h 49 static inline long double wcstold_l(const wchar_t *nptr, wchar_t **endptr, function
  /external/libcxx/include/support/xlocale/
__strtonum_fallback.h 58 inline _LIBCPP_INLINE_VISIBILITY long double wcstold_l(const wchar_t *nptr, function
  /bionic/libc/bionic/
wchar_l.cpp 76 long double wcstold_l(const wchar_t* s, wchar_t** end_ptr, locale_t) { function
  /bionic/libc/include/
wchar.h 127 long double wcstold_l(const wchar_t* __s, wchar_t** __end_ptr, locale_t __l) __INTRODUCED_IN(21);
  /bionic/tests/
wchar_test.cpp 917 TEST(wchar, wcstold_l) {
918 EXPECT_EQ(1.23L, wcstold_l(L"1.23", nullptr, LC_GLOBAL_LOCALE));
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 521 milliseconds