Searched defs:interned (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp41 * Wrapper around an interned string.
44 InternedString() : interned(NULL), bytes(NULL) {
51 /** The interned string itself. */
52 jstring interned; member in struct:InternedString
54 /** UTF-8 equivalent of the interned string. */
57 /** Hash code of the interned string. */
118 // Free interned string cache.
124 // Free the interned string reference.
125 env->DeleteGlobalRef(current->interned);
195 /** Cache of interned string
[all...]

Completed in 67 milliseconds