Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c290 #define WXS_IS_ATOMIC(t) (t->flags & XML_SCHEMAS_TYPE_VARIETY_ATOMIC) macro
1662 if (WXS_IS_ATOMIC(type)) in xmlSchemaFormatItemForReport()
1682 if (WXS_IS_ATOMIC(type)) in xmlSchemaFormatItemForReport()
2547 if (WXS_IS_ATOMIC(type)) in xmlSchemaSimpleTypeErr()
3209 if (WXS_IS_ATOMIC(type)) in xmlSchemaPSimpleTypeErr()
15359 if ((! WXS_IS_ATOMIC(type)) && (! WXS_IS_UNION(type)) && in xmlSchemaCheckSTPropsCorrect()
15421 if (WXS_IS_ATOMIC(type)) { in xmlSchemaCheckCOSSTRestricts()
15427 if (! WXS_IS_ATOMIC(type->baseType)) { in xmlSchemaCheckCOSSTRestricts()
15504 if ((! WXS_IS_ATOMIC(itemType)) && in xmlSchemaCheckCOSSTRestricts()
15518 if (! WXS_IS_ATOMIC(member->type)) { in xmlSchemaCheckCOSSTRestricts()
[all …]