Searched refs:mbrlen (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | mbrlen.c | 32 mbrlen(const char * __restrict s, size_t n, mbstate_t * __restrict ps) in mbrlen() function 40 DEF_STRONG(mbrlen);
|
/bionic/libc/bionic/ |
D | mblen.cpp | 34 return mbrlen(s, n, &state); in mblen()
|
/bionic/libc/ |
D | symbol_ordering | 85 mbrlen.mbs
|
D | libc.map.txt | 627 mbrlen;
|
D | Android.bp | 398 "upstream-openbsd/lib/libc/locale/mbrlen.c",
|
/bionic/tests/ |
D | wchar_test.cpp | 36 TEST(wchar, mbrlen) { in TEST() argument 38 EXPECT_EQ(0U, mbrlen(&bytes[0], 0, nullptr)); in TEST() 39 EXPECT_EQ(1U, mbrlen(&bytes[0], 1, nullptr)); in TEST() 41 EXPECT_EQ(1U, mbrlen(&bytes[4], 1, nullptr)); in TEST() 42 EXPECT_EQ(0U, mbrlen(&bytes[5], 1, nullptr)); in TEST()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 58 FUNCTION(mbrlen, size_t (*f)(const char*, size_t, mbstate_t*)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 57 size_t mbrlen(const char* __s, size_t __n, mbstate_t* __ps);
|
/bionic/libc/stdio/ |
D | printf_common.h | 778 nconv = mbrlen(p, MB_CUR_MAX, &mbs); in mbsconv()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 542 mbrlen
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 627 mbrlen;
|