Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc309 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/third_party/FatFs/source/
Dff.c48 #define IsUpper(c) ((c) >= 'A' && (c) <= 'Z') macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115159 static bool IsUpper(char aChar) { return NS_IsUpper(aChar); } in IsUpper() function in nsCRT