Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc307 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc377 static bool IsLower(char c) { return c >= 'a' && c <= 'z'; } in IsLower() function
/third_party/FatFs/source/
Dff.c49 #define IsLower(c) ((c) >= 'a' && (c) <= 'z') macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115160 static bool IsLower(char aChar) { return NS_IsLower(aChar); } in IsLower() function in nsCRT