Searched refs:wcstox (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 8 static unsigned long long wcstox(const wchar_t * restrict s, in wcstox() function 29 return wcstox(s, p, base, ULLONG_MAX); in wcstoull() 34 return wcstox(s, p, base, LLONG_MIN); in wcstoll() 41 return wcstox(s, p, base, ULONG_MAX); in wcstoul() 46 return wcstox(s, p, base, 0UL+LONG_MIN); in wcstol()
|
D | wcstod.c | 6 static long double wcstox(const wchar_t * restrict s, in wcstox() function 24 return wcstox(s, p, 0); in wcstof() 29 return wcstox(s, p, 1); in wcstod() 34 return wcstox(s, p, 2); in wcstold()
|
/ndk/sources/android/support/ |
D | Android.mk | 154 src/wcstox/floatscan.c \ 155 src/wcstox/intscan.c \ 156 src/wcstox/shgetc.c \ 157 src/wcstox/wcstol.c \ 158 src/wcstox/wcstod.c \
|