Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c2258 unsigned int len, neg, integ, hasLeadingZeroes; in xmlSchemaValAtomicType() local
2293 hasLeadingZeroes = 0; in xmlSchemaValAtomicType()
2299 hasLeadingZeroes = 1; in xmlSchemaValAtomicType()
2319 if ((len == 0) && (!hasLeadingZeroes)) in xmlSchemaValAtomicType()