Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ init_locale
Function
init_locale
src/ifcparse/IfcParse.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
static _locale_t locale = (_locale_t)0;
59
void init_locale() {
60
if (locale == (_locale_t)0) {
61
locale = _create_locale(LC_NUMERIC,
"C"
);
62
}
63
}
64
65
#else
66
Callers
2
InstanceStreamer
Method · 0.85
read_from_stream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected