Home
last modified time | relevance | path

Searched defs:mbrtowc (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dwchar.cpp60 size_t mbrtowc(wchar_t* pwc, const char* s, size_t n, mbstate_t* ps) { in mbrtowc() function
/aosp12/bionic/tests/
H A Dwchar_test.cpp273 TEST(wchar, mbrtowc) { in TEST() argument