Searched refs:mbtowc (Results 1 – 10 of 10) sorted by relevance
| /bionic/libc/upstream-openbsd/lib/libc/locale/ |
| D | mbtowc.c | 36 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n) in mbtowc() function
|
| /bionic/tests/ |
| D | wchar_test.cpp | 255 TEST(wchar, mbtowc) { in TEST() argument 259 ASSERT_EQ(0, mbtowc(out, "hello", 0)); in TEST() 262 ASSERT_EQ(0, mbtowc(out, "hello", 0)); in TEST() 263 ASSERT_EQ(0, mbtowc(out, "", 0)); in TEST() 264 ASSERT_EQ(1, mbtowc(out, "hello", 1)); in TEST() 267 ASSERT_EQ(0, mbtowc(nullptr, "hello", 0)); in TEST() 268 ASSERT_EQ(0, mbtowc(nullptr, "", 0)); in TEST() 269 ASSERT_EQ(1, mbtowc(nullptr, "hello", 1)); in TEST() 271 ASSERT_EQ(0, mbtowc(nullptr, nullptr, 0)); in TEST()
|
| /bionic/tests/headers/posix/ |
| D | stdlib_h.c | 105 FUNCTION(mbtowc, int (*f)(wchar_t*, const char*, size_t)); in stdlib_h()
|
| /bionic/libc/include/ |
| D | stdlib.h | 161 int mbtowc(wchar_t* _Nullable __wc_ptr, const char* _Nullable __s, size_t __n) __INTRODUCED_IN_NO_…
|
| /bionic/libc/tools/ |
| D | posix-2013.txt | 548 mbtowc
|
| /bionic/docs/ |
| D | status.md | 222 …ame`, `atof`/`strtof`, `at_quick_exit`/`_Exit`/`quick_exit`, `grantpt`, `mbtowc`/`wctomb`, `posix_…
|
| /bionic/libc/ |
| D | libc.map.txt | 635 mbtowc; # introduced=21
|
| D | Android.bp | 507 "upstream-openbsd/lib/libc/locale/mbtowc.c",
|
| /bionic/tools/versioner/platforms/ |
| D | libc.map.txt | 635 mbtowc; # introduced=21
|
| /bionic/benchmarks/linker_relocation/gen/ |
| D | liblinker_reloc_bench_063.S | 11191 CALL(mbtowc)
|