Home
last modified time | relevance | path

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

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