Searched refs:xmlSchemaValDecimalGetFractionalPart (Results 1 – 1 of 1) sorted by relevance
337 xmlSchemaValDecimalGetFractionalPart(const xmlSchemaValDecimal *decimal) in xmlSchemaValDecimalGetFractionalPart() function346 … return decimal->fractionalPlaces == 1 && xmlSchemaValDecimalGetFractionalPart(decimal)[0] == '0'; in xmlSchemaValDecimalIsInteger()