Searched refs:indexOfAttribute (Results 1 – 2 of 2) sorted by relevance
385 int indexOfAttribute(final String ns, final String attr) in indexOfAttribute() method in ResXMLParser389 return indexOfAttribute(isTruthy(ns) ? nsStr : null, isTruthy(ns) ? nsStr.length() : 0, in indexOfAttribute()393 public int indexOfAttribute(final String ns, int nsLen, in indexOfAttribute() method in ResXMLParser
329 return st.indexOfAttribute(ns, nsLen, name, name.length()); in nativeGetAttributeIndex()