Home
last modified time | relevance | path

Searched refs:WXS_IS_ATOMIC (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c287 #define WXS_IS_ATOMIC(t) (t->flags & XML_SCHEMAS_TYPE_VARIETY_ATOMIC) macro
1643 if (WXS_IS_ATOMIC(type)) in xmlSchemaFormatItemForReport()
1663 if (WXS_IS_ATOMIC(type)) in xmlSchemaFormatItemForReport()
2528 if (WXS_IS_ATOMIC(type)) in xmlSchemaSimpleTypeErr()
3190 if (WXS_IS_ATOMIC(type)) in xmlSchemaPSimpleTypeErr()
15329 if ((! WXS_IS_ATOMIC(type)) && (! WXS_IS_UNION(type)) && in xmlSchemaCheckSTPropsCorrect()
15391 if (WXS_IS_ATOMIC(type)) { in xmlSchemaCheckCOSSTRestricts()
15397 if (! WXS_IS_ATOMIC(type->baseType)) { in xmlSchemaCheckCOSSTRestricts()
15474 if ((! WXS_IS_ATOMIC(itemType)) && in xmlSchemaCheckCOSSTRestricts()
15488 if (! WXS_IS_ATOMIC(member->type)) { in xmlSchemaCheckCOSSTRestricts()
[all …]