Searched refs:hTable (Results 1 – 6 of 6) sorted by relevance
336 CurrencyPluralInfo::deleteHash(Hashtable* hTable) in deleteHash() argument338 if ( hTable == NULL ) { in deleteHash()343 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()348 delete hTable; in deleteHash()349 hTable = NULL; in deleteHash()358 Hashtable* hTable; in initHash() local359 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()364 delete hTable; in initHash()367 hTable->setValueComparator(ValueComparator); in initHash()368 return hTable; in initHash()
589 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument591 if ( hTable == NULL ) { in deleteHash()596 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()636 Hashtable* hTable; in initHash() local637 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) { in initHash()642 delete hTable; in initHash()645 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()646 return hTable; in initHash()
758 Hashtable* hTable; in initHash() local759 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()764 delete hTable; in initHash()767 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()768 return hTable; in initHash()
2970 Hashtable* hTable; in initHashForAffixPattern() local2971 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHashForAffixPattern()2976 delete hTable; in initHashForAffixPattern()2979 hTable->setValueComparator(decimfmtAffixPatternValueComparator); in initHashForAffixPattern()2980 return hTable; in initHashForAffixPattern()
205 void deleteHash(Hashtable* hTable);
468 void deleteHash(Hashtable* hTable);