Home
last modified time | relevance | path

Searched refs: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
123 InternedString** bucket = internedStrings[i]; in ~ParsingContext()
124 InternedString* current; in ~ParsingContext()
198 InternedString** internedStrings[BUCKET_COUNT];
260 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { in newInternedString()
262 std::unique_ptr<InternedString> wrapper(new InternedString); in newInternedString()
310 static InternedString** newInternedStringBucket(InternedString* entry) { in newInternedStringBucket()
311 InternedString** bucket = new InternedString*[2]; in newInternedStringBucket()
[all …]