5#include <inflection/api.h> 
    7#include <inflection/dialog/NumberConcept.h> 
    8#include <inflection/dialog/SemanticFeatureModel.h> 
    9#include <inflection/dialog/SemanticFeatureConcept.h> 
   10#include <inflection/dialog/SpeakableString.h> 
   20INFLECTION_CTYPE(IDCommonConceptFactory)
 
   31INFLECTION_CAPI 
const IDSemanticFeatureModel* iccf_getSemanticFeatureModel(
const IDCommonConceptFactory *thisObject, UErrorCode* status);
 
   42INFLECTION_CAPI 
const char* iccf_getLanguage(
const IDCommonConceptFactory* thisObject, UErrorCode* status);
 
   57INFLECTION_CAPI IDSpeakableString* iccf_quote(
const IDCommonConceptFactory* thisObject, 
const IDSpeakableString* str, UErrorCode* status);
 
   84INFLECTION_CAPI IDSpeakableString* iccf_quantifyCopy(
const IDCommonConceptFactory* thisObject, 
const IDNumberConcept* number, 
const IDSemanticFeatureConcept* semanticConcept, UErrorCode* status);
 
  101INFLECTION_CAPI IDSpeakableString* iccf_quantifyFormattedCopy(
const IDCommonConceptFactory* thisObject, 
const IDNumberConcept* number, 
const IDSpeakableString* formattedNumber, 
const IDSemanticFeatureConcept* semanticConcept, UErrorCode* status);