Searched refs:xmlSchemaInitBasicType (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemastypes.c | 269 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, in xmlSchemaInitBasicType() function 549 xmlSchemaTypeAnyTypeDef = xmlSchemaInitBasicType("anyType", in xmlSchemaInitTypes() 610 xmlSchemaTypeAnySimpleTypeDef = xmlSchemaInitBasicType("anySimpleType", in xmlSchemaInitTypes() 618 xmlSchemaTypeStringDef = xmlSchemaInitBasicType("string", in xmlSchemaInitTypes() 623 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal", in xmlSchemaInitTypes() 628 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date", in xmlSchemaInitTypes() 633 xmlSchemaTypeDatetimeDef = xmlSchemaInitBasicType("dateTime", in xmlSchemaInitTypes() 638 xmlSchemaTypeTimeDef = xmlSchemaInitBasicType("time", in xmlSchemaInitTypes() 643 xmlSchemaTypeGYearDef = xmlSchemaInitBasicType("gYear", in xmlSchemaInitTypes() 648 xmlSchemaTypeGYearMonthDef = xmlSchemaInitBasicType("gYearMonth", in xmlSchemaInitTypes() [all …]
|