Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c9163 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local
9177 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()
9178 if (biType != NULL) in xmlSchemaParseSimpleType()
9179 return (biType); in xmlSchemaParseSimpleType()
24521 xmlSchemaTypePtr biType; /* The built-in type. */ in xmlSchemaVCheckCVCSimpleType() local
24534 biType = type->baseType; in xmlSchemaVCheckCVCSimpleType()
24535 while ((biType != NULL) && in xmlSchemaVCheckCVCSimpleType()
24536 (biType->type != XML_SCHEMA_TYPE_BASIC)) in xmlSchemaVCheckCVCSimpleType()
24537 biType = biType->baseType; in xmlSchemaVCheckCVCSimpleType()
24539 if (biType == NULL) { in xmlSchemaVCheckCVCSimpleType()
[all …]