Searched refs:mbstowcs (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/ |
H A D | mbstowcs.c | 36 mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) in mbstowcs() function
|
/aosp12/system/core/toolbox/ |
H A D | setprop.cpp | 67 if (mbstowcs(nullptr, value.data(), 0) == static_cast<std::size_t>(-1)) { in setprop_main()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdlib_h.c | 104 FUNCTION(mbstowcs, size_t (*f)(wchar_t*, const char*, size_t)); in stdlib_h()
|
/aosp12/bionic/libc/include/ |
H A D | stdlib.h | 164 size_t mbstowcs(wchar_t* __dst, const char* __src, size_t __n);
|
/aosp12/bionic/benchmarks/ |
H A D | stdlib_benchmark.cpp | 193 benchmark::DoNotOptimize(mbstowcs(widebuf_aligned, buf_aligned, 500000)); in BM_stdlib_mbstowcs()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 547 mbstowcs
|
/aosp12/system/core/init/ |
H A D | util.cpp | 454 if (mbstowcs(nullptr, value.data(), 0) == static_cast<std::size_t>(-1)) { in IsLegalPropertyValue()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 634 mbstowcs;
|
H A D | Android.bp | 486 "upstream-openbsd/lib/libc/locale/mbstowcs.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 634 mbstowcs;
|