Searched defs:biType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c9142 xmlSchemaTypePtr biType; local
9156 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs);
9157 if (biType != NULL)
9158 return (biType);
24490 xmlSchemaTypePtr biType; /* The built-in type. */ local
24503 biType = type->baseType;
24504 while ((biType != NULL) &&
24505 (biType->type != XML_SCHEMA_TYPE_BASIC))
24506 biType = biType
[all...]
/external/libxml2/
H A Dxmlschemas.c9161 xmlSchemaTypePtr biType; local
9175 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs);
9176 if (biType != NULL)
9177 return (biType);
24519 xmlSchemaTypePtr biType; /* The built-in type. */ local
24532 biType = type->baseType;
24533 while ((biType != NULL) &&
24534 (biType->type != XML_SCHEMA_TYPE_BASIC))
24535 biType = biType
[all...]

Completed in 555 milliseconds