Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp123 InternedString** bucket = internedStrings[i]; in ~ParsingContext() local
125 while ((current = *(bucket++)) != NULL) { in ~ParsingContext()
311 InternedString** bucket = new InternedString*[2]; in newInternedStringBucket() local
312 if (bucket != NULL) { in newInternedStringBucket()
313 bucket[0] = entry; in newInternedStringBucket()
314 bucket[1] = NULL; in newInternedStringBucket()
316 return bucket; in newInternedStringBucket()
354 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString() argument
356 while ((current = *(bucket++)) != NULL) { in findInternedString()
376 InternedString** bucket = buckets[bucketIndex]; in internString() local
[all …]