Searched refs:hashElement (Results 1 – 2 of 2) sorted by relevance
360 const UHashElement *hashElement = NULL; in setArray() local362 while((hashElement = table->nextElement(hashIndex)) != NULL) { in setArray()363 array[count++] = (Line *)hashElement->value.pointer; in setArray()
271 const UHashElement *hashElement = NULL; in setSortingArray() local273 while((hashElement = table->nextElement(hashIndex)) != NULL) { in setSortingArray()274 sortingArray[count++] = (Line *)hashElement->value.pointer; in setSortingArray()