Searched refs:hTable (Results 1 – 6 of 6) sorted by relevance
324 CurrencyPluralInfo::deleteHash(Hashtable* hTable) in deleteHash() argument326 if ( hTable == NULL ) { in deleteHash()331 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()337 delete hTable; in deleteHash()338 hTable = NULL; in deleteHash()347 Hashtable* hTable; in initHash() local348 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()353 delete hTable; in initHash()356 hTable->setValueComparator(ValueComparator); in initHash()357 return hTable; in initHash()
558 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument560 if ( hTable == NULL ) { in deleteHash()565 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()605 Hashtable* hTable; in initHash() local606 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) { in initHash()611 delete hTable; in initHash()614 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()615 return hTable; in initHash()
842 Hashtable* hTable; in initHash() local843 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()848 delete hTable; in initHash()851 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()852 return hTable; in initHash()
4724 Hashtable* hTable; in initHashForAffix() local4725 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHashForAffix()4730 delete hTable; in initHashForAffix()4733 hTable->setValueComparator(decimfmtAffixValueComparator); in initHashForAffix()4734 return hTable; in initHashForAffix()4742 Hashtable* hTable; in initHashForAffixPattern() local4743 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHashForAffixPattern()4748 delete hTable; in initHashForAffixPattern()4751 hTable->setValueComparator(decimfmtAffixPatternValueComparator); in initHashForAffixPattern()4752 return hTable; in initHashForAffixPattern()
206 void deleteHash(Hashtable* hTable);
478 void deleteHash(Hashtable* hTable);