Searched defs:initFunc (Results 1 – 6 of 6) sorted by relevance
73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
213 SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory()287 InitFunction initFunc, in addFunctionCaseWithPrograms()
247 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader); in initCoreFunctions() member
379 if (auto const& initFunc = scheduler->cfg.workerThread.initializer) { in start() local