Searched refs:hTable (Results 1 – 6 of 6) sorted by relevance
338 CurrencyPluralInfo::deleteHash(Hashtable* hTable) in deleteHash() argument340 if ( hTable == NULL ) { in deleteHash()345 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()350 delete hTable; in deleteHash()351 hTable = NULL; in deleteHash()360 Hashtable* hTable; in initHash() local361 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()366 delete hTable; in initHash()369 hTable->setValueComparator(ValueComparator); in initHash()370 return hTable; in initHash()
696 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument698 if ( hTable == NULL ) { in deleteHash()703 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()743 Hashtable* hTable; in initHash() local744 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) { in initHash()749 delete hTable; in initHash()752 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()753 return hTable; in initHash()
763 Hashtable* hTable; in initHash() local764 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()769 delete hTable; in initHash()772 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()773 return hTable; in initHash()
2996 Hashtable* hTable; in initHashForAffixPattern() local2997 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHashForAffixPattern()3002 delete hTable; in initHashForAffixPattern()3005 hTable->setValueComparator(decimfmtAffixPatternValueComparator); in initHashForAffixPattern()3006 return hTable; in initHashForAffixPattern()
207 void deleteHash(Hashtable* hTable);
475 void deleteHash(Hashtable* hTable);