Searched refs:wcstoull_l (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 72 unsigned long long wcstoull_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoull_l() function
|
/bionic/tests/ |
D | wchar_test.cpp | 782 wcstoull_l(L"123", nullptr, -1, LC_GLOBAL_LOCALE); in TEST() 785 wcstoull_l(L"123", nullptr, 1, LC_GLOBAL_LOCALE); in TEST() 788 wcstoull_l(L"123", nullptr, 37, LC_GLOBAL_LOCALE); in TEST() 929 TEST(wchar, wcstoull_l) { in TEST() argument
|
/bionic/libc/include/ |
D | wchar.h | 126 unsigned long long wcstoull_l(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __…
|
/bionic/docs/ |
D | status.md | 194 …f`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull`/`wcstoull_l`, `mbsnrtowcs`/`…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1200 wcstoull_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1200 wcstoull_l; # introduced=21
|