Searched refs:num_type (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]

Completed in 67 milliseconds