Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcurrpinf.cpp324 CurrencyPluralInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
326 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() local
348 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()
Ddtitvinf.cpp558 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
560 if ( hTable == NULL ) { in deleteHash()
565 while ( (element = hTable->nextElement(pos)) != NULL ) { in deleteHash()
605 Hashtable* hTable; in initHash() local
606 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()
Dtmutfmt.cpp842 Hashtable* hTable; in initHash() local
843 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()
Ddecimfmt.cpp4724 Hashtable* hTable; in initHashForAffix() local
4725 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() local
4743 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()
/external/icu4c/i18n/unicode/
Dcurrpinf.h206 void deleteHash(Hashtable* hTable);
Ddtitvinf.h478 void deleteHash(Hashtable* hTable);