Home | History | Annotate | Download | only in internal

Lines Matching refs:IsUpper

1536 inline bool IsUpper(char ch) {
1537 return isupper(static_cast<unsigned char>(ch)) != 0;