Searched refs:curNs (Results 1 – 1 of 1) sorted by relevance
796 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute() local804 if (curNs == NULL) return i; in indexOfAttribute()805 } else if (curNs != NULL) { in indexOfAttribute()808 if (strzcmp16(ns, nsLen, curNs, curNsLen) == 0) return i; in indexOfAttribute()