Searched defs:IsUpper (Results 1 – 4 of 4) sorted by relevance
12 TEST(IsUpper, DefaultLocale) { in TEST() argument
60 bool UniLibBase::IsUpper(char32 codepoint) const { in IsUpper() function in libtextclassifier3::UniLibBase
553 bool IsUpper(char32 codepoint) { in IsUpper() function
305 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function