OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcstoul_l
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
wchar_l.cpp
68
unsigned long
wcstoul_l
(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) {
function
/bionic/libc/include/
wchar.h
107
unsigned long
wcstoul_l
(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __INTRODUCED_IN(28);
/bionic/tests/
wchar_test.cpp
925
TEST(wchar,
wcstoul_l
) {
926
EXPECT_EQ(123UL,
wcstoul_l
(L"123", nullptr, 10, LC_GLOBAL_LOCALE));
930
EXPECT_EQ(123ULL,
wcstoul_l
(L"123", nullptr, 10, LC_GLOBAL_LOCALE));
/external/compiler-rt/lib/msan/tests/
msan_test.cc
[
all
...]
Completed in 7519 milliseconds