Home
last modified time | relevance | path

Searched refs:wcstof (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/bionic/
Dwcstod.cpp96 float wcstof(const wchar_t* s, wchar_t** end) { in wcstof() function
Dwchar_l.cpp57 return wcstof(s, end_ptr); in wcstof_l()
/bionic/tests/
Dwchar_test.cpp869 TEST(wchar, wcstof) { in TEST() argument
870 TestWcsToFloat(wcstof); in TEST()
874 TestWcsToFloatHexFloats(wcstof); in TEST()
878 TestWcsToFloatInfNan(wcstof); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c103 FUNCTION(wcstof, float (*f)(const wchar_t*, wchar_t**)); in wchar_h()
/bionic/libc/include/
Dwchar.h99 float wcstof(const wchar_t* __s, wchar_t** __end_ptr) __INTRODUCED_IN(21);
/bionic/libc/stdio/
Dvfwscanf.c622 float res = wcstof(buf, &p); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1158 wcstof
/bionic/docs/
Dstatus.md194 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1189 wcstof; # introduced=21
/bionic/libc/
Dlibc.map.txt1189 wcstof; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11280 CALL(wcstof)