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

  /prebuilts/ndk/r11/sources/android/support/src/wcstox/
wcstod.c 6 static long double wcstox(const wchar_t * restrict s, function
24 return wcstox(s, p, 0);
29 return wcstox(s, p, 1);
34 return wcstox(s, p, 2);
wcstol.c 8 static unsigned long long wcstox(const wchar_t * restrict s, function
29 return wcstox(s, p, base, ULLONG_MAX);
34 return wcstox(s, p, base, LLONG_MIN);
41 return wcstox(s, p, base, ULONG_MAX);
46 return wcstox(s, p, base, 0UL+LONG_MIN);
  /prebuilts/ndk/r13/sources/android/support/src/wcstox/
wcstod.c 6 static long double wcstox(const wchar_t * restrict s, function
24 return wcstox(s, p, 0);
29 return wcstox(s, p, 1);
34 return wcstox(s, p, 2);
wcstol.c 8 static unsigned long long wcstox(const wchar_t * restrict s, function
29 return wcstox(s, p, base, ULLONG_MAX);
34 return wcstox(s, p, base, LLONG_MIN);
41 return wcstox(s, p, base, ULONG_MAX);
46 return wcstox(s, p, base, 0UL+LONG_MIN);

Completed in 121 milliseconds