Home
last modified time | relevance | path

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

/bionic/tests/
Duchar_test.cpp56 EXPECT_EQ(1U, c16rtomb(nullptr, L'\0', nullptr)); in TEST()
57 EXPECT_EQ(1U, c16rtomb(nullptr, L'h', nullptr)); in TEST()
62 EXPECT_EQ(1U, c16rtomb(bytes, L'\0', nullptr)); in TEST()
65 TEST(uchar, c16rtomb) { in TEST() argument
69 EXPECT_EQ(1U, c16rtomb(bytes, L'h', nullptr)); in TEST()
77 EXPECT_EQ(1U, c16rtomb(bytes, L'h', nullptr)); in TEST()
81 EXPECT_EQ(2U, c16rtomb(bytes, 0x00a2, nullptr)); in TEST()
86 EXPECT_EQ(3U, c16rtomb(bytes, 0x20ac, nullptr)); in TEST()
96 EXPECT_EQ(0U, c16rtomb(bytes, 0xdbea, nullptr)); in TEST()
97 EXPECT_EQ(4U, c16rtomb(bytes, 0xdfcd, nullptr)); in TEST()
[all …]
/bionic/libc/include/
Duchar.h64 size_t c16rtomb(char* _Nullable __buf, char16_t __ch16, mbstate_t* _Nullable __ps) __INTRODUCED_IN(…
/bionic/libc/bionic/
Dc16rtomb.cpp43 size_t c16rtomb(char* s, char16_t c16, mbstate_t* ps) { in c16rtomb() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt252 c16rtomb; # introduced=21
/bionic/libc/
Dlibc.map.txt252 c16rtomb; # introduced=21
DAndroid.bp1016 "bionic/c16rtomb.cpp",