Home | History | Annotate | Download | only in common

Lines Matching defs:uhash_nextElement

579             while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) {
762 while ((e = uhash_nextElement(hash, &pos)) != NULL) {
779 uhash_nextElement(const UHashtable *hash, int32_t *pos) {
916 const UHashElement* elem1 = uhash_nextElement(hash1, &pos);