MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setName

Method setName

src/common/TimeZoneUtil.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 public:
63 void setName(const char* name)
64 {
65 asciiName = name;
66
67 for (const auto c : asciiName)
68 unicodeName.push(c);
69
70 unicodeName.push(0);
71 }
72
73 const char* getAsciiName() const
74 {

Callers 2

TimeZoneStartupMethod · 0.45
initFromFileMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected