Searched refs:fInstantiateFunc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp190 if (!info->fInstantiateFunc)
205 catalog = info->fInstantiateFunc(catalogOwner, lang, fingerprint);
222 nextCatalog = info->fInstantiateFunc(catalogOwner,
277 if (info->fInstantiateFunc
H A DLocaleRosterData.cpp51 fInstantiateFunc(NULL),
86 B_SYMBOL_TYPE_TEXT, (void**)&fInstantiateFunc);
107 fInstantiateFunc = NULL;
339 defaultCatalogAddOnInfo->fInstantiateFunc = DefaultCatalog::Instantiate;
/haiku/headers/private/locale/
H A DLocaleRosterData.h116 InstantiateCatalogFunc fInstantiateFunc; member in struct:BPrivate::CatalogAddOnInfo

Completed in 34 milliseconds