Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/compiler/
Druby_generator.cc120 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/external/grpc-grpc/src/compiler/
Druby_generator.cc120 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/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/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/angle/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle_rust.cc36 bool IsUpper(char c) { return 'A' <= c && c <= 'Z'; } in IsUpper() function