Home
last modified time | relevance | path

Searched defs:InternedString (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp40 struct InternedString { struct
41 InternedString() : interned(NULL), bytes(NULL) { in InternedString() argument
44 ~InternedString() { in ~InternedString() argument
49 jstring interned;
52 const char* bytes;
55 int hash;