Searched refs:__MB_IS_ERR (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/private/ | ||
D | bionic_mbstate.h | 44 #define __MB_IS_ERR(rv) (rv == __MB_ERR_ILLEGAL_SEQUENCE || \ macro |
/bionic/libc/bionic/ | ||
D | mbrtoc16.cpp | 76 if (__MB_IS_ERR(nconv)) { in mbrtoc16() |