Home
last modified time | relevance | path

Searched defs:strtof_l (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dandroid.h37 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { strtof_l() function
H A Dibm.h66 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t locale) { in strtof_l() function
H A Dwin32.h
/llvm-project/libcxx/include/__support/xlocale/
H A D__strtonum_fallback.h25 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() function
/llvm-project/libcxx/src/support/win32/
H A Dlocale_win32.cpp116 float strtof_l(const char* nptr, char** endptr, locale_t loc) { strtof_l() function