Home
last modified time | relevance | path

Searched defs:IsUpper (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc309 bool IsUpper(char ch) { return ch >= 'A' && ch <= 'Z'; } in IsUpper() function
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1936 inline bool IsUpper(char ch) { in IsUpper() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1926 inline bool IsUpper(char ch) { in IsUpper() function
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h1962 inline bool IsUpper(char ch) { in IsUpper() function
/third_party/FatFs/source/
H A Dff.c48 #define IsUpper(c) ((c) >= 'A' && (c) <= 'Z') macro

Completed in 21 milliseconds