Searched refs:PARSE_2_DIGITS (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemastypes.c | 1242 #define PARSE_2_DIGITS(num, cur, invalid) \ macro 1263 PARSE_2_DIGITS(num, cur, invalid); \ 1293 PARSE_2_DIGITS(value, cur, ret); in _xmlSchemaParseGMonth() 1323 PARSE_2_DIGITS(value, cur, ret); in _xmlSchemaParseGDay() 1353 PARSE_2_DIGITS(value, cur, ret); in _xmlSchemaParseTime() 1365 PARSE_2_DIGITS(value, cur, ret); in _xmlSchemaParseTime() 1426 PARSE_2_DIGITS(tmp, cur, ret); in _xmlSchemaParseTimeZone() 1438 PARSE_2_DIGITS(tmp, cur, ret); in _xmlSchemaParseTimeZone()
|