Home
last modified time | relevance | path

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

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