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.cpp121 InternedString** bucket = internedStrings[i]; in ~ParsingContext() local
123 while ((current = *(bucket++)) != NULL) { in ~ParsingContext()
309 InternedString** bucket = new InternedString*[2]; in newInternedStringBucket() local
310 if (bucket != NULL) { in newInternedStringBucket()
311 bucket[0] = entry; in newInternedStringBucket()
312 bucket[1] = NULL; in newInternedStringBucket()
314 return bucket; in newInternedStringBucket()
352 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString() argument
354 while ((current = *(bucket++)) != NULL) { in findInternedString()
374 InternedString** bucket = buckets[bucketIndex]; in internString() local
[all …]