Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dcurrpinf.cpp383 CurrencyPluralInfo::deleteHash(Hashtable* hTable) { in deleteHash() argument
384 if ( hTable == nullptr ) { in deleteHash()
389 while ( (element = hTable->nextElement(pos)) != nullptr ) { in deleteHash()
394 delete hTable; in deleteHash()
395 hTable = nullptr; in deleteHash()
403 LocalPointer<Hashtable> hTable(new Hashtable(true, status), status); in initHash() local
407 hTable->setValueComparator(ValueComparator); in initHash()
408 return hTable.orphan(); in initHash()
Ddtitvinf.cpp718 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
720 if ( hTable == nullptr ) { in deleteHash()
725 while ( (element = hTable->nextElement(pos)) != nullptr ) { in deleteHash()
765 Hashtable* hTable; in initHash() local
766 if ( (hTable = new Hashtable(false, status)) == nullptr ) { in initHash()
771 delete hTable; in initHash()
774 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()
775 return hTable; in initHash()
Dtmutfmt.cpp763 Hashtable* hTable; in initHash() local
764 if ( (hTable = new Hashtable(true, status)) == nullptr ) { in initHash()
769 delete hTable; in initHash()
772 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()
773 return hTable; in initHash()
/third_party/icu/icu4c/source/i18n/
Dcurrpinf.cpp383 CurrencyPluralInfo::deleteHash(Hashtable* hTable) { in deleteHash() argument
384 if ( hTable == nullptr ) { in deleteHash()
389 while ( (element = hTable->nextElement(pos)) != nullptr ) { in deleteHash()
394 delete hTable; in deleteHash()
395 hTable = nullptr; in deleteHash()
403 LocalPointer<Hashtable> hTable(new Hashtable(true, status), status); in initHash() local
407 hTable->setValueComparator(ValueComparator); in initHash()
408 return hTable.orphan(); in initHash()
Ddtitvinf.cpp718 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
720 if ( hTable == nullptr ) { in deleteHash()
725 while ( (element = hTable->nextElement(pos)) != nullptr ) { in deleteHash()
765 Hashtable* hTable; in initHash() local
766 if ( (hTable = new Hashtable(false, status)) == nullptr ) { in initHash()
771 delete hTable; in initHash()
774 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()
775 return hTable; in initHash()
Dtmutfmt.cpp763 Hashtable* hTable; in initHash() local
764 if ( (hTable = new Hashtable(true, status)) == NULL ) { in initHash()
769 delete hTable; in initHash()
772 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()
773 return hTable; in initHash()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcurrpinf.cpp383 CurrencyPluralInfo::deleteHash(Hashtable* hTable) { in deleteHash() argument
384 if ( hTable == nullptr ) { in deleteHash()
389 while ( (element = hTable->nextElement(pos)) != nullptr ) { in deleteHash()
394 delete hTable; in deleteHash()
395 hTable = nullptr; in deleteHash()
403 LocalPointer<Hashtable> hTable(new Hashtable(TRUE, status), status); in initHash() local
407 hTable->setValueComparator(ValueComparator); in initHash()
408 return hTable.orphan(); in initHash()
Ddtitvinf.cpp736 DateIntervalInfo::deleteHash(Hashtable* hTable) in deleteHash() argument
738 if ( hTable == nullptr ) { in deleteHash()
743 while ( (element = hTable->nextElement(pos)) != nullptr ) { in deleteHash()
783 Hashtable* hTable; in initHash() local
784 if ( (hTable = new Hashtable(FALSE, status)) == nullptr ) { in initHash()
789 delete hTable; in initHash()
792 hTable->setValueComparator(dtitvinfHashTableValueComparator); in initHash()
793 return hTable; in initHash()
Dtmutfmt.cpp763 Hashtable* hTable; in initHash() local
764 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) { in initHash()
769 delete hTable; in initHash()
772 hTable->setValueComparator(tmutfmtHashTableValueComparator); in initHash()
773 return hTable; in initHash()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcurrpinf.h209 void deleteHash(Hashtable* hTable);
Ddtitvinf.h475 void deleteHash(Hashtable* hTable);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcurrpinf.h209 void deleteHash(Hashtable* hTable);
Ddtitvinf.h475 void deleteHash(Hashtable* hTable);
/third_party/icu/icu4c/source/i18n/unicode/
Dcurrpinf.h209 void deleteHash(Hashtable* hTable);
Ddtitvinf.h475 void deleteHash(Hashtable* hTable);