/third_party/node/deps/icu-small/source/i18n/ |
D | currpinf.cpp | 383 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()
|
D | dtitvinf.cpp | 718 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()
|
D | tmutfmt.cpp | 763 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/ |
D | currpinf.cpp | 383 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()
|
D | dtitvinf.cpp | 718 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()
|
D | tmutfmt.cpp | 763 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/ |
D | currpinf.cpp | 383 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()
|
D | dtitvinf.cpp | 736 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()
|
D | tmutfmt.cpp | 763 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/ |
D | currpinf.h | 209 void deleteHash(Hashtable* hTable);
|
D | dtitvinf.h | 475 void deleteHash(Hashtable* hTable);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | currpinf.h | 209 void deleteHash(Hashtable* hTable);
|
D | dtitvinf.h | 475 void deleteHash(Hashtable* hTable);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | currpinf.h | 209 void deleteHash(Hashtable* hTable);
|
D | dtitvinf.h | 475 void deleteHash(Hashtable* hTable);
|