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.cpp45 struct InternedString { struct
46 InternedString() : interned(NULL), bytes(NULL) { in InternedString() argument
49 ~InternedString() { in ~InternedString() argument
54 jstring interned;
57 const char* bytes;
60 int hash;