MCPcopy Create free account
hub / github.com/apache/singa / ToUpper

Function ToUpper

test/gtest/gtest.h:2795–2797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2793 return static_cast<char>(tolower(static_cast<unsigned char>(ch)));
2794}
2795inline char ToUpper(char ch) {
2796 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));
2797}
2798
2799// The testing::internal::posix namespace holds wrappers for common
2800// POSIX functions. These wrappers hide the differences between

Callers 1

FlagToEnvVarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected