Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c2254 unsigned int len, neg, integ, hasLeadingZeroes; in xmlSchemaValAtomicType() local
2289 hasLeadingZeroes = 0; in xmlSchemaValAtomicType()
2295 hasLeadingZeroes = 1; in xmlSchemaValAtomicType()
2315 if ((len == 0) && (!hasLeadingZeroes)) in xmlSchemaValAtomicType()
/external/libxml2/
Dxmlschemastypes.c2254 unsigned int len, neg, integ, hasLeadingZeroes; in xmlSchemaValAtomicType() local
2289 hasLeadingZeroes = 0; in xmlSchemaValAtomicType()
2295 hasLeadingZeroes = 1; in xmlSchemaValAtomicType()
2315 if ((len == 0) && (!hasLeadingZeroes)) in xmlSchemaValAtomicType()