Searched refs:mbtowc (Results 1 – 9 of 9) 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 | 290 TEST(wchar, mbtowc) { in TEST() argument 319 EXPECT_EQ(-1, mbtowc(out, "hello", 0)); in TEST() 322 EXPECT_EQ(-1, mbtowc(out, "hello", 0)); in TEST() 323 EXPECT_EQ(expected_result_for_zero_length_empty_string, mbtowc(out, "", 0)); in TEST() 324 EXPECT_EQ(1, mbtowc(out, "hello", 1)); in TEST() 327 EXPECT_EQ(-1, mbtowc(nullptr, "hello", 0)); in TEST() 328 EXPECT_EQ(expected_result_for_zero_length_empty_string, mbtowc(nullptr, "", 0)); in TEST() 329 EXPECT_EQ(1, mbtowc(nullptr, "hello", 1)); in TEST() 331 EXPECT_EQ(0, mbtowc(nullptr, nullptr, 0)); in TEST()
|
| /bionic/tests/headers/posix/ |
| D | stdlib_h.c | 80 FUNCTION(mbtowc, int (*f)(wchar_t*, const char*, size_t)); in stdlib_h()
|
| /bionic/libc/include/ |
| D | stdlib.h | 225 int mbtowc(wchar_t* _Nullable __wc_ptr, const char* _Nullable __s, size_t __n);
|
| /bionic/libc/tools/ |
| D | posix-2013.txt | 548 mbtowc
|
| /bionic/docs/ |
| D | status.md | 258 …ame`, `atof`/`strtof`, `at_quick_exit`/`_Exit`/`quick_exit`, `grantpt`, `mbtowc`/`wctomb`, `posix_…
|
| /bionic/libc/ |
| D | libc.map.txt | 635 mbtowc;
|
| D | Android.bp | 525 "upstream-openbsd/lib/libc/locale/mbtowc.c",
|
| /bionic/benchmarks/linker_relocation/gen/ |
| D | liblinker_reloc_bench_063.S | 11191 CALL(mbtowc)
|