HomeSort by relevance Sort by last modified time
    Searched defs:hTable (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
currpinf.cpp 338 CurrencyPluralInfo::deleteHash(Hashtable* hTable)
340 if ( hTable == NULL ) {
345 while ( (element = hTable->nextElement(pos)) != NULL ) {
350 delete hTable;
351 hTable = NULL;
360 Hashtable* hTable;
361 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
366 delete hTable;
369 hTable->setValueComparator(ValueComparator);
370 return hTable;
    [all...]
dtitvinf.cpp 696 DateIntervalInfo::deleteHash(Hashtable* hTable)
698 if ( hTable == NULL ) {
703 while ( (element = hTable->nextElement(pos)) != NULL ) {
743 Hashtable* hTable;
744 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) {
749 delete hTable;
752 hTable->setValueComparator(dtitvinfHashTableValueComparator);
753 return hTable;
tmutfmt.cpp 693 TimeUnitFormat::deleteHash(Hashtable* htable) {
696 if ( htable ) {
697 while ( (element = htable->nextElement(pos)) != NULL ) {
706 delete htable;
763 Hashtable* hTable;
764 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
769 delete hTable;
772 hTable->setValueComparator(tmutfmtHashTableValueComparator);
773 return hTable;
decimfmt.cpp     [all...]

Completed in 71 milliseconds