Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1172 ScopedUtfChars qNameBytes(env, qName); in ExpatAttributes_getIndexForQName() local
1173 if (qNameBytes.c_str() == NULL) { in ExpatAttributes_getIndexForQName()
1180 … if (ExpatElementName(NULL, NULL, attributePointer, index).matchesQName(qNameBytes.c_str())) { in ExpatAttributes_getIndexForQName()