Searched refs:xmlSchemaValDecimalCompareWithInteger (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemastypes.c | 408 static int xmlSchemaValDecimalCompareWithInteger(const xmlSchemaValDecimal *lhs, long rhs) in xmlSchemaValDecimalCompareWithInteger() function 3486 if(xmlSchemaValDecimalCompareWithInteger(&decimal, 0) > 0) in xmlSchemaValAtomicType() 3493 if (xmlSchemaValDecimalCompareWithInteger(&decimal, 0) <= 0) in xmlSchemaValAtomicType() 3498 if (xmlSchemaValDecimalCompareWithInteger(&decimal, 0) >= 0) in xmlSchemaValAtomicType() 3503 if (xmlSchemaValDecimalCompareWithInteger(&decimal, 0) < 0) in xmlSchemaValAtomicType() 3530 if (xmlSchemaValDecimalCompareWithInteger(&decimal, 0) < 0) in xmlSchemaValAtomicType() 3535 … if (xmlSchemaValDecimalCompareWithInteger(&decimal, 0x7fffffff) > 0) /* INT32_MAX */ in xmlSchemaValAtomicType() 3537 … if (xmlSchemaValDecimalCompareWithInteger(&decimal, -0x7fffffff-1) < 0) /* INT32_MIN */ in xmlSchemaValAtomicType() 3542 if (xmlSchemaValDecimalCompareWithInteger(&decimal, 0x7fff) > 0) /* INT16_MAX */ in xmlSchemaValAtomicType() 3544 … if (xmlSchemaValDecimalCompareWithInteger(&decimal, -0x8000) < 0) /* INT16_MIN */ in xmlSchemaValAtomicType() [all …]
|