Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Druby_generator.cc120 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Druby_generator.cc120 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go184 func IsUpper(r rune) bool { func
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas396 function IsUpper(const C: Char): Boolean; in IsUpper() function
426 function IsUpper(const C: Char): Boolean; in IsUpper() function
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/
H A Dunilib-javaicu.cc60 bool UniLibBase::IsUpper(char32 codepoint) const { in IsUpper() function in libtextclassifier3::UniLibBase
H A Dunilib-common.cc553 bool IsUpper(char32 codepoint) { in IsUpper() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc313 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc313 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Ddemangle_rust.cc37 bool IsUpper(char c) { return 'A' <= c && c <= 'Z'; } in IsUpper() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle_rust.cc37 bool IsUpper(char c) { return 'A' <= c && c <= 'Z'; } in IsUpper() function