MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~ICUModules

Method ~ICUModules

src/common/unicode_util.cpp:499–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498
499 ~ICUModules()
500 {
501 ModulesMap::Accessor modulesAccessor(&modules);
502 for (bool found = modulesAccessor.getFirst(); found; found = modulesAccessor.getNext())
503 delete modulesAccessor.current()->second;
504 }
505
506 ModulesMap modules;
507 RWLock lock;

Callers

nothing calls this directly

Calls 3

getFirstMethod · 0.45
getNextMethod · 0.45
currentMethod · 0.45

Tested by

no test coverage detected