Home
last modified time | relevance | path

Searched refs:wcstol (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dwchar.h133 extern long int wcstol(const wchar_t *, wchar_t **, int);
/bionic/libc/bionic/
Dwchar.cpp252 long int wcstol(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstol() function