Home
last modified time | relevance | path

Searched defs:num_type (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemastypes.c1512 #define PARSE_DIGITS(num, cur, num_type) \ argument
1534 #define PARSE_NUM(num, cur, num_type) \ argument
1795 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ in xmlSchemaValidateDuration() local