Searched refs:baseItemType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c15430 xmlSchemaTypePtr baseItemType; local
15432 baseItemType = type->baseType->subtypes;
15433 if ((baseItemType == NULL) || (! WXS_IS_SIMPLE(baseItemType))) {
15438 if ((itemType != baseItemType) &&
15440 baseItemType, 0) != 0)) {
15448 xmlSchemaGetComponentQName(&strBIT, baseItemType),
/external/libxml2/
H A Dxmlschemas.c15459 xmlSchemaTypePtr baseItemType; local
15461 baseItemType = type->baseType->subtypes;
15462 if ((baseItemType == NULL) || (! WXS_IS_SIMPLE(baseItemType))) {
15467 if ((itemType != baseItemType) &&
15469 baseItemType, 0) != 0)) {
15477 xmlSchemaGetComponentQName(&strBIT, baseItemType),

Completed in 141 milliseconds