Inflection
Morphology Inflection
Loading...
Searching...
No Matches
LocalizedCommonConceptFactoryProvider.h
1/*
2 * Copyright 2021-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5#include <inflection/api.h>
6#include <inflection/dialog/CommonConceptFactory.h>
7
11INFLECTION_CTYPE(IDLocalizedCommonConceptFactoryProvider);
15INFLECTION_CAPI const IDCommonConceptFactory* ilccfp_getCommonConceptFactory(IDLocalizedCommonConceptFactoryProvider* thisObject, const char* locale, UErrorCode* status);
19INFLECTION_CAPI IDLocalizedCommonConceptFactoryProvider* ilccfp_getDefaultCommonConceptFactoryProvider(UErrorCode* status);