Home | History | Annotate | Download | only in i18n

Lines Matching refs:hTable

765 TimeUnitFormat::deleteHash(Hashtable* htable) {
768 if ( htable ) {
769 while ( (element = htable->nextElement(pos)) != NULL ) {
778 delete htable;
835 Hashtable* hTable;
836 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
840 hTable->setValueComparator(tmutfmtHashTableValueComparator);
841 return hTable;