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.cpp43 struct InternedString { struct
44 InternedString() : interned(NULL), bytes(NULL) { in InternedString() function
47 ~InternedString() { in ~InternedString() argument
121 InternedString** bucket = internedStrings[i]; in ~ParsingContext()
122 InternedString* current; in ~ParsingContext()
196 InternedString** internedStrings[BUCKET_COUNT];
258 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { in newInternedString()
260 std::unique_ptr<InternedString> wrapper(new InternedString); in newInternedString()
308 static InternedString** newInternedStringBucket(InternedString* entry) { in newInternedStringBucket()
309 InternedString** bucket = new InternedString*[2]; in newInternedStringBucket()
[all …]