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
1598 if (WXS_IS_ATOMIC(type)) in xmlSchemaFormatItemForReport()
1618 if (WXS_IS_ATOMIC(type)) in xmlSchemaFormatItemForReport()
2483 if (WXS_IS_ATOMIC(type)) in xmlSchemaSimpleTypeErr()
3150 if (WXS_IS_ATOMIC(type)) in xmlSchemaPSimpleTypeErr()
15244 if ((! WXS_IS_ATOMIC(type)) && (! WXS_IS_UNION(type)) && in xmlSchemaCheckSTPropsCorrect()
15306 if (WXS_IS_ATOMIC(type)) { in xmlSchemaCheckCOSSTRestricts()
15312 if (! WXS_IS_ATOMIC(type->baseType)) { in xmlSchemaCheckCOSSTRestricts()
15389 if ((! WXS_IS_ATOMIC(itemType)) && in xmlSchemaCheckCOSSTRestricts()
15403 if (! WXS_IS_ATOMIC(member->type)) { in xmlSchemaCheckCOSSTRestricts()
[all …]