Home
last modified time | relevance | path

Searched refs:UCHAR_POSIX_BLANK (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/private/
Dicu.h46 UCHAR_POSIX_BLANK = 45, enumerator
/bionic/libc/bionic/
Dwctype.cpp58 int iswblank(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_POSIX_BLANK, isblank); } in iswblank()