Home
last modified time | relevance | path

Searched refs:attType (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java357 String attType = nextAT(); in findMostSpecific() local
358 if (attType == null) { in findMostSpecific()
387 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
401 attType = nextAT(); in findMostSpecific()
402 if (attType == null) { in findMostSpecific()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1107 protected int getTypedAttribute(int nodeHandle, int attType) { in getTypedAttribute() argument
1118 if (_exptype(identity) == attType) return makeNodeHandle(identity); in getTypedAttribute()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java2590 protected final int getTypedAttribute(int nodeHandle, int attType) in getTypedAttribute() argument
2615 if (expType == attType) return makeNodeHandle(nodeID); in getTypedAttribute()