Home
last modified time | relevance | path

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

/bionic/libc/private/
Dicu.h44 UCHAR_LOWERCASE = 22, enumerator
/bionic/libc/bionic/
Dwctype.cpp60 int iswlower(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_LOWERCASE, islower); } in iswlower()