Searched defs:hTable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcurrpinf.cpp336 CurrencyPluralInfo::deleteHash(Hashtable* hTable) argument
338 if ( hTable == NULL ) {
343 while ( (element = hTable->nextElement(pos)) != NULL ) {
348 delete hTable;
349 hTable = NULL;
358 Hashtable* hTable; local
359 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
364 delete hTable;
367 hTable->setValueComparator(ValueComparator);
368 return hTable;
[all...]
H A Ddtitvinf.cpp584 DateIntervalInfo::deleteHash(Hashtable* hTable) argument
586 if ( hTable == NULL ) {
591 while ( (element = hTable->nextElement(pos)) != NULL ) {
631 Hashtable* hTable; local
632 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) {
637 delete hTable;
640 hTable->setValueComparator(dtitvinfHashTableValueComparator);
641 return hTable;
H A Dtmutfmt.cpp857 Hashtable* hTable; local
858 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
863 delete hTable;
866 hTable->setValueComparator(tmutfmtHashTableValueComparator);
867 return hTable;
H A Ddecimfmt.cpp5660 Hashtable* hTable; local
5661 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
5666 delete hTable;
5669 hTable->setValueComparator(decimfmtAffixValueComparator);
5670 return hTable;
5678 Hashtable* hTable; local
5679 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
5684 delete hTable;
5687 hTable->setValueComparator(decimfmtAffixPatternValueComparator);
5688 return hTable;
[all...]
/external/icu/icu4c/source/i18n/
H A Dcurrpinf.cpp336 CurrencyPluralInfo::deleteHash(Hashtable* hTable) argument
338 if ( hTable == NULL ) {
343 while ( (element = hTable->nextElement(pos)) != NULL ) {
348 delete hTable;
349 hTable = NULL;
358 Hashtable* hTable; local
359 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
364 delete hTable;
367 hTable->setValueComparator(ValueComparator);
368 return hTable;
[all...]
H A Ddtitvinf.cpp584 DateIntervalInfo::deleteHash(Hashtable* hTable) argument
586 if ( hTable == NULL ) {
591 while ( (element = hTable->nextElement(pos)) != NULL ) {
631 Hashtable* hTable; local
632 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) {
637 delete hTable;
640 hTable->setValueComparator(dtitvinfHashTableValueComparator);
641 return hTable;
H A Dtmutfmt.cpp757 Hashtable* hTable; local
758 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
763 delete hTable;
766 hTable->setValueComparator(tmutfmtHashTableValueComparator);
767 return hTable;

Completed in 1547 milliseconds