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

  /ndk/sources/android/support/src/wcstox/
wcstod.c 27 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 473 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
482 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr);
wchar.h 780 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
    [all...]

Completed in 309 milliseconds