Home
last modified time | relevance | path

Searched defs:wcstoul_l (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dwchar_l.cpp68 unsigned long wcstoul_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoul_l() function
/bionic/tests/
Dwchar_test.cpp925 TEST(wchar, wcstoul_l) { in TEST() argument