Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java86 public enum AttributeType { enum in DtdData
95 public final AttributeType type;
123 AttributeType _type = AttributeType.ENUMERATED_TYPE; in Attribute()
127 _type = AttributeType.valueOf(split[0]); in Attribute()
133 if (_type == AttributeType.ENUMERATED_TYPE) { in Attribute()
155 if (a.type == AttributeType.ENUMERATED_TYPE) { in appendDtdString()
184 … return (type == AttributeType.ENUMERATED_TYPE ? values.keySet().toString() : type.toString()) in features()
1022 if (a.type == AttributeType.ENUMERATED_TYPE) { in toString()
1542 AttributeType attrType = getAttributeType(element, attribute); in getRegularizedPaths()
1543 if (attrType == AttributeType.NMTOKENS) { in getRegularizedPaths()
[all …]
DDtdDataCheck.java18 import org.unicode.cldr.util.DtdData.AttributeType;
131 } else if (a.type == AttributeType.ENUMERATED_TYPE) { in show()
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2315.py20 namedtype.NamedType('type', AttributeType()),
27 namedtype.NamedType('attributeType', AttributeType()),
Drfc3280.py59 class AttributeType(univ.ObjectIdentifier): class
212 namedtype.NamedType('type', AttributeType()),
970 namedtype.NamedType('type', AttributeType()),
Drfc5280.py155 class AttributeType(univ.ObjectIdentifier): class
309 namedtype.NamedType('type', AttributeType()),
746 namedtype.NamedType('type', AttributeType()),
Drfc2459.py1004 class AttributeType(univ.ObjectIdentifier): class
1012 namedtype.NamedType('type', AttributeType()),
1020 namedtype.NamedType('type', AttributeType()),
Drfc2251.py40 class AttributeType(LDAPString): class