Home
last modified time | relevance | path

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

/bionic/libc/private/
Dicu.h42 UCHAR_ALPHABETIC = 0, enumerator
/bionic/libc/bionic/
Dwctype.cpp57 int iswalpha(wint_t wc) { return __icu_hasBinaryProperty(wc, UCHAR_ALPHABETIC, isalpha); } in iswalpha()