Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcsnlen.c35 wcsnlen(const wchar_t *s, size_t maxlen) in wcsnlen() function
/bionic/tests/headers/posix/
Dwchar_h.c95 FUNCTION(wcsnlen, size_t (*f)(const wchar_t*, size_t)); in wchar_h()
/bionic/tests/
Dwchar_test.cpp1136 TEST(wchar, wcsnlen) { in TEST() argument
1137 ASSERT_EQ(2U, wcsnlen(L"hello", 2)); in TEST()
1138 ASSERT_EQ(5U, wcsnlen(L"hello", 5)); in TEST()
1139 ASSERT_EQ(5U, wcsnlen(L"hello", 666)); in TEST()
/bionic/libc/include/
Dwchar.h141 size_t wcsnlen(const wchar_t* __s, size_t __n);
/bionic/libc/stdio/
Dvfwprintf.cpp37 #define CHAR_TYPE_STRNLEN wcsnlen
/bionic/libc/tools/
Dposix-2013.txt1150 wcsnlen
/bionic/tools/versioner/platforms/
Dlibc.map.txt1181 wcsnlen;
/bionic/libc/
Dlibc.map.txt1181 wcsnlen;
DAndroid.bp336 "upstream-freebsd/lib/libc/string/wcsnlen.c",