Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJUnitTest.java101 private static int biTypePF(int biType) { in biTypePF() argument
103 switch(biType) { in biTypePF()
131 private static String biTypeStr(int biType) { in biTypeStr() argument
132 switch(biType) { in biTypeStr()
/external/libxml2/
Dxmlschemas.c9176 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local
9190 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() local
24547 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 …]