Home | History | Annotate | Download | only in i18n

Lines Matching defs:hTable

791 TimeUnitFormat::deleteHash(Hashtable* htable) {
794 if ( htable ) {
795 while ( (element = htable->nextElement(pos)) != NULL ) {
804 delete htable;
861 Hashtable* hTable;
862 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
867 delete hTable;
870 hTable->setValueComparator(tmutfmtHashTableValueComparator);
871 return hTable;