Home | History | Annotate | Download | only in internal

Lines Matching refs:IsLower

1668 inline bool IsLower(char ch) {
1669 return islower(static_cast<unsigned char>(ch)) != 0;