Home
last modified time | relevance | path

Searched refs:hTable (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dcurrpinf.cpp336 CurrencyPluralInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
338 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() local
359 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()
Ddtitvinf.cpp584 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
586 if ( hTable == NULL ) { in deleteHash()
591 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()
631 Hashtable* hTable; in initHash() local
632 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()
Dtmutfmt.cpp861 Hashtable* hTable; in initHash() local
862 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()
Ddecimfmt.cpp5282 Hashtable* hTable; in initHashForAffix() local
5283 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() local
5301 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()
/external/icu4c/i18n/unicode/
Dcurrpinf.h204 void deleteHash(Hashtable* hTable);
Ddtitvinf.h474 void deleteHash(Hashtable* hTable);