Home | History | Annotate | Download | only in i18n

Lines Matching full:htable

787 TimeUnitFormat::deleteHash(Hashtable* htable) {
790 if ( htable ) {
791 while ( (element = htable->nextElement(pos)) != NULL ) {
800 delete htable;
857 Hashtable* hTable;
858 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
863 delete hTable;
866 hTable->setValueComparator(tmutfmtHashTableValueComparator);
867 return hTable;