Searched defs:strtof_l (Results 1 – 7 of 7) sorted by relevance
/external/musl/src/locale/ |
D | strtod_l.c | 5 float strtof_l(const char *restrict s, char **restrict p, locale_t l) in strtof_l() function
|
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 49 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char* __nptr, char** __endptr, in strtof_l() function
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 57 float strtof_l(const char *__nptr, char **__endptr, in strtof_l() function
|
/external/libcxx/include/support/xlocale/ |
D | __strtonum_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, in strtof_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 137 #define strtof_l _strtof_l macro
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 114 float strtof_l(const char* nptr, char** endptr, locale_t loc) { in strtof_l() function
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 536 pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32; in strtof_l() function
|