MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / CharToLower

Function CharToLower

native/thirdpart/flatbuffers/util.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83inline char CharToLower(char c) {
84 return static_cast<char>(::tolower(static_cast<unsigned char>(c)));
85}
86
87// @end-locale-independent functions for ASCII character set
88

Callers 1

ToDasherizedCaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected