Home
last modified time | relevance | path

Searched defs:IsLower (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Druby_generator.cc118 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Druby_generator.cc118 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/aosp_15_r20/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h54 IsLower = UpLo == Lower ? 1 : 0, in run() enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go193 func IsLower(r rune) bool { func
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/
H A Dunilib-javaicu.cc56 bool UniLibBase::IsLower(char32 codepoint) const { in IsLower() function in libtextclassifier3::UniLibBase
H A Dunilib-common.cc537 bool IsLower(char32 codepoint) { in IsLower() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc311 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc311 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/aosp_15_r20/external/abseil-cpp/absl/debugging/internal/
H A Ddemangle_rust.cc36 bool IsLower(char c) { return 'a' <= c && c <= 'z'; } in IsLower() function
H A Ddemangle.cc479 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle_rust.cc36 bool IsLower(char c) { return 'a' <= c && c <= 'z'; } in IsLower() function
H A Ddemangle.cc479 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc379 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Ddemangle.cc379 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc387 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/
H A Ddemangle.cc377 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/debugging/internal/
H A Ddemangle.cc379 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc531 static bool IsLower(char c) { return 'a' <= c && c <= 'z'; } in IsLower() function in google::protobuf::__anon9d5b16dd0111::FlatAllocatorImpl
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc525 static bool IsLower(char c) { return 'a' <= c && c <= 'z'; } in IsLower() function in google::protobuf::__anon893df5900111::FlatAllocatorImpl