HomeSort by relevance Sort by last modified time
    Searched defs:wcstof (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
wcstod.cpp 96 float wcstof(const wchar_t* s, wchar_t** end) { function
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 93 float wcstof(const wchar_t* s, wchar_t** p) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 486 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
492 float __cdecl wcstof(const wchar_t * __restrict__ nptr, wchar_t ** __restrict__ endptr);
wchar.h 788 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
    [all...]

Completed in 115 milliseconds