Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TimeZoneStartup
Method · 0.45
initFromFile
Method · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected