Searched refs:wcstoull_l (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | wchar.cpp | 238 unsigned long long wcstoull_l(const wchar_t *nptr, wchar_t **endptr, in wcstoull_l() function
|
/bionic/libc/include/ |
D | wchar.h | 163 extern unsigned long long wcstoull_l(const wchar_t *, wchar_t **, int, locale_t);
|
/bionic/tests/ |
D | wchar_test.cpp | 661 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/ |
D | libc.map | 1310 wcstoull_l;
|