Searched refs:attributeIndex (Results 1 – 1 of 1) sorted by relevance
610 int attributeIndex = currentRunAttributes.indexOf(attribute); in getAttribute() local611 if (attributeIndex != -1) { in getAttribute()612 return currentRunAttributeValues.elementAt(attributeIndex); in getAttribute()