Home
last modified time | relevance | path

Searched refs:c16rtomb (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/
Duchar_test.cpp74 EXPECT_EQ(1U, c16rtomb(NULL, L'\0', NULL)); in TEST()
75 EXPECT_EQ(1U, c16rtomb(NULL, L'h', NULL)); in TEST()
84 EXPECT_EQ(1U, c16rtomb(bytes, L'\0', NULL)); in TEST()
90 TEST(uchar, c16rtomb) { in TEST() argument
95 EXPECT_EQ(1U, c16rtomb(bytes, L'h', NULL)); in TEST()
103 EXPECT_EQ(1U, c16rtomb(bytes, L'h', NULL)); in TEST()
107 EXPECT_EQ(2U, c16rtomb(bytes, 0x00a2, NULL)); in TEST()
112 EXPECT_EQ(3U, c16rtomb(bytes, 0x20ac, NULL)); in TEST()
126 EXPECT_EQ(0U, c16rtomb(bytes, 0xdbea, NULL)); in TEST()
127 EXPECT_EQ(4U, c16rtomb(bytes, 0xdfcd, NULL)); in TEST()
[all …]
/bionic/libc/include/
Duchar.h40 size_t c16rtomb(char* __restrict, char16_t, mbstate_t* __restrict);
/bionic/libc/bionic/
Dc16rtomb.cpp43 size_t c16rtomb(char* s, char16_t c16, mbstate_t* ps) { in c16rtomb() function
/bionic/libc/
Dlibc.map338 c16rtomb;
DAndroid.mk106 bionic/c16rtomb.cpp \