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.cpp43 struct InternedString { struct
44 InternedString() : interned(NULL), bytes(NULL) { in InternedString() function
47 ~InternedString() { in ~InternedString() argument
52 jstring interned;
55 const char* bytes;
58 int hash;