Searched refs:iswlower_l (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dwctype.h42 extern int iswlower_l(wint_t, locale_t);
/bionic/libc/bionic/
H A Dwctype.cpp56 int iswlower_l(wint_t c, locale_t) { return iswlower(c); } function

Completed in 17 milliseconds