OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcstof_l
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
wchar_l.cpp
56
float
wcstof_l
(const wchar_t* s, wchar_t** end_ptr, locale_t) {
function
/bionic/libc/include/
wchar.h
100
float
wcstof_l
(const wchar_t* __s, wchar_t** __end_ptr, locale_t __l) __INTRODUCED_IN(28);
/bionic/tests/
wchar_test.cpp
909
TEST(wchar,
wcstof_l
) {
910
EXPECT_EQ(1.23f,
wcstof_l
(L"1.23", nullptr, LC_GLOBAL_LOCALE));
/external/compiler-rt/lib/msan/tests/
msan_test.cc
[
all
...]
Completed in 1578 milliseconds