Home
last modified time | relevance | path

Searched refs:digcnt (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dxmlschemastypes.c1214 int isneg = 0, digcnt = 0; in _xmlSchemaParseGYear() local
1237 digcnt++; in _xmlSchemaParseGYear()
1242 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0'))) in _xmlSchemaParseGYear()