Searched refs:minOccurs (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h312 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaWildcard
613 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaType
776 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaElement
/external/libxml2/include/libxml/
H A DschemasInternals.h312 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaWildcard
613 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaType
776 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaElement
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c668 int minOccurs; member in struct:_xmlSchemaParticle
4173 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) {
4174 fprintf(output, " min %d ", elem->minOccurs);
4310 if (particle->minOccurs != 1)
4311 fprintf(output, " min: %d", particle->minOccurs);
5477 * @min: the minOccurs
5506 ret->minOccurs = min;
6054 * Get the minOccurs property
6066 attr = xmlSchemaGetPropNode(node, "minOccurs");
6817 int minOccurs,
6814 xmlSchemaPCheckParticleCorrect_2(xmlSchemaParserCtxtPtr ctxt, xmlSchemaParticlePtr item ATTRIBUTE_UNUSED, xmlNodePtr node, int minOccurs, int maxOccurs) argument
12611 int minOccurs = particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; local
12686 int minOccurs = particle->minOccurs < 1 ? local
12784 int minOccurs = local
12977 int minOccurs = local
[all...]
H A Dxmlschemastypes.c348 int minOccurs; member in struct:_xmlSchemaParticle
376 ret->minOccurs = 1;
429 particle->minOccurs = 0;
/external/libxml2/
H A Dxmlschemas.c668 int minOccurs; member in struct:_xmlSchemaParticle
4192 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) {
4193 fprintf(output, " min %d ", elem->minOccurs);
4329 if (particle->minOccurs != 1)
4330 fprintf(output, " min: %d", particle->minOccurs);
5496 * @min: the minOccurs
5525 ret->minOccurs = min;
6073 * Get the minOccurs property
6085 attr = xmlSchemaGetPropNode(node, "minOccurs");
6836 int minOccurs,
6833 xmlSchemaPCheckParticleCorrect_2(xmlSchemaParserCtxtPtr ctxt, xmlSchemaParticlePtr item ATTRIBUTE_UNUSED, xmlNodePtr node, int minOccurs, int maxOccurs) argument
12630 int minOccurs = particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; local
12705 int minOccurs = particle->minOccurs < 1 ? local
12803 int minOccurs = local
13005 int minOccurs = local
[all...]
H A Dxmlschemastypes.c348 int minOccurs; member in struct:_xmlSchemaParticle
376 ret->minOccurs = 1;
429 particle->minOccurs = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1137 milliseconds