Searched refs:digcnt (Results 1 – 1 of 1) sorted by relevance
1197 int isneg = 0, digcnt = 0; in _xmlSchemaParseGYear() local1213 digcnt++; in _xmlSchemaParseGYear()1218 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0'))) in _xmlSchemaParseGYear()