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

/external/proguard/src/proguard/classfile/attribute/
H A DUnknownAttribute.java41 public UnknownAttribute(int attributeLength) argument
43 u4attributeLength = attributeLength;
/external/webkit/Source/WebCore/dom/
H A DDatasetDOMStringMap.cpp81 unsigned attributeLength = attributeName.length(); local
86 while (a < attributeLength && p < propertyLength) {
87 if (attribute[a] == '-' && a + 1 < attributeLength && attribute[a + 1] != '-')
98 return (a == attributeLength && p == propertyLength);

Completed in 121 milliseconds