Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dcolprobe.cpp360 const UHashElement *hashElement = NULL; in setArray() local
362 while((hashElement = table->nextElement(hashIndex)) != NULL) { in setArray()
363 array[count++] = (Line *)hashElement->value.pointer; in setArray()
Dsortedlines.cpp271 const UHashElement *hashElement = NULL; in setSortingArray() local
273 while((hashElement = table->nextElement(hashIndex)) != NULL) { in setSortingArray()
274 sortingArray[count++] = (Line *)hashElement->value.pointer; in setSortingArray()