Home
last modified time | relevance | path

Searched defs:IsUpper (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc313 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc60 bool UniLibBase::IsUpper(char32 codepoint) const { in IsUpper() function in libtextclassifier3::UniLibBase
Dunilib-common.cc553 bool IsUpper(char32 codepoint) { in IsUpper() function
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc313 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function