Home
last modified time | relevance | path

Searched refs:wcstoull_l (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dwchar.cpp238 unsigned long long wcstoull_l(const wchar_t *nptr, wchar_t **endptr, in wcstoull_l() function
/bionic/libc/include/
Dwchar.h163 extern unsigned long long wcstoull_l(const wchar_t *, wchar_t **, int, locale_t);
/bionic/tests/
Dwchar_test.cpp661 wcstoull_l(L"123", NULL, -1, LC_GLOBAL_LOCALE); in TEST()
664 wcstoull_l(L"123", NULL, 1, LC_GLOBAL_LOCALE); in TEST()
667 wcstoull_l(L"123", NULL, 37, LC_GLOBAL_LOCALE); in TEST()
/bionic/libc/
Dlibc.map1310 wcstoull_l;