Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp79 TEST(wctype, iswgraph) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp59 int iswgraph(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_GRAPH, isgraph); } in iswgraph() function