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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c5042 * @actualLen: the number of list items
5053 unsigned long actualLen,
5063 if (actualLen != facet->val->value.decimal.lo) {
5069 if (actualLen < facet->val->value.decimal.lo) {
5075 if (actualLen > facet->val->value.decimal.lo) {
5051 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
H A Dtestapi.c35313 unsigned long actualLen; /* the number of list items */ local
35325 actualLen = gen_unsigned_long(n_actualLen, 2);
35328 ret_val = xmlSchemaValidateListSimpleTypeFacet(facet, (const xmlChar *)value, actualLen, expectedLen);
35333 des_unsigned_long(n_actualLen, actualLen, 2);
[all...]

Completed in 218 milliseconds