Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemastypes.c1832 size_t has_digits = 0; in xmlSchemaValidateDuration() local
1860 has_digits = 1; in xmlSchemaValidateDuration()
1872 has_digits = 1; in xmlSchemaValidateDuration()
1885 if (!has_digits || (has_frac && (seq != 5))) in xmlSchemaValidateDuration()