Searched defs:xmlSchemaIsBuiltInTypeFacet (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlschemastypes.c649 * xmlSchemaIsBuiltInTypeFacet:
660 xmlSchemaIsBuiltInTypeFacet(xmlSchemaTypePtr type, int facetType) function
H A Delfgcchack.h9800 #undef xmlSchemaIsBuiltInTypeFacet macro
9801 extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet __attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
9803 #ifndef xmlSchemaIsBuiltInTypeFacet
9804 extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet__internal_alias __attribute((visibility("hidden")));
9805 #define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias macro

Completed in 58 milliseconds