Searched refs:biType (Results 1 – 2 of 2) sorted by relevance
101 private static int biTypePF(int biType) { in biTypePF() argument103 switch(biType) { in biTypePF()131 private static String biTypeStr(int biType) { in biTypeStr() argument132 switch(biType) { in biTypeStr()
9176 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local9190 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()9191 if (biType != NULL) in xmlSchemaParseSimpleType()9192 return (biType); in xmlSchemaParseSimpleType()24534 xmlSchemaTypePtr biType; /* The built-in type. */ in xmlSchemaVCheckCVCSimpleType() local24547 biType = type->baseType; in xmlSchemaVCheckCVCSimpleType()24548 while ((biType != NULL) && in xmlSchemaVCheckCVCSimpleType()24549 (biType->type != XML_SCHEMA_TYPE_BASIC)) in xmlSchemaVCheckCVCSimpleType()24550 biType = biType->baseType; in xmlSchemaVCheckCVCSimpleType()24552 if (biType == NULL) { in xmlSchemaVCheckCVCSimpleType()[all …]