Home
last modified time | relevance | path

Searched refs:mbtowc (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dmbtowc.c36 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n) in mbtowc() function
/bionic/tests/
Dwchar_test.cpp290 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/
Dstdlib_h.c80 FUNCTION(mbtowc, int (*f)(wchar_t*, const char*, size_t)); in stdlib_h()
/bionic/libc/include/
Dstdlib.h225 int mbtowc(wchar_t* _Nullable __wc_ptr, const char* _Nullable __s, size_t __n);
/bionic/libc/tools/
Dposix-2013.txt548 mbtowc
/bionic/docs/
Dstatus.md258 …ame`, `atof`/`strtof`, `at_quick_exit`/`_Exit`/`quick_exit`, `grantpt`, `mbtowc`/`wctomb`, `posix_…
/bionic/libc/
Dlibc.map.txt635 mbtowc;
DAndroid.bp525 "upstream-openbsd/lib/libc/locale/mbtowc.c",
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11191 CALL(mbtowc)