Home
last modified time | relevance | path

Searched refs:U_CONTROL_CHAR (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dwcwidth.cpp51 case U_CONTROL_CHAR: in wcwidth()
Dwctype.cpp69 return u_charType ? (u_charType(wc) == U_CONTROL_CHAR) : iscntrl(wc); in iswcntrl()
/bionic/libc/private/
Dicu.h59 U_CONTROL_CHAR = 15, enumerator