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()
584 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument586 if ( hTable == NULL ) { in deleteHash()591 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()631 Hashtable* hTable; in initHash() local632 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) { in initHash()637 delete hTable; in initHash()640 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()641 return hTable; in initHash()
861 Hashtable* hTable; in initHash() local862 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()867 delete hTable; in initHash()870 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()871 return hTable; in initHash()
5282 Hashtable* hTable; in initHashForAffix() local5283 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHashForAffix()5288 delete hTable; in initHashForAffix()5291 hTable->setValueComparator(decimfmtAffixValueComparator); in initHashForAffix()5292 return hTable; in initHashForAffix()5300 Hashtable* hTable; in initHashForAffixPattern() local5301 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHashForAffixPattern()5306 delete hTable; in initHashForAffixPattern()5309 hTable->setValueComparator(decimfmtAffixPatternValueComparator); in initHashForAffixPattern()5310 return hTable; in initHashForAffixPattern()
204 void deleteHash(Hashtable* hTable);
474 void deleteHash(Hashtable* hTable);