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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c2060 * xmlSchemaParseUInt:
2072 xmlSchemaParseUInt(const xmlChar **str, unsigned long *llo, function
2283 * the common routine xmlSchemaParseUInt. We get rid of any
2351 xmlSchemaParseUInt((const xmlChar **)&cptr,
3121 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3178 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3245 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);

Completed in 58 milliseconds