Home
last modified time | relevance | path

Searched defs:IsLowercase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dstring.cpp268 bool IsLowercase(char aChar) { return ('a' <= aChar && aChar <= 'z'); } in IsLowercase() function
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc122 bool IsLowercase(char c) { return c >= 'a' && c <= 'z'; } in IsLowercase() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc122 bool IsLowercase(char c) { return c >= 'a' && c <= 'z'; } in IsLowercase() function