Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp95 TEST(wctype, iswspace) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp62 int iswspace(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_WHITE_SPACE, isspace); } in iswspace() function