Lines Matching defs:hTable
5358 Hashtable* hTable;
5359 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
5364 delete hTable;
5367 hTable->setValueComparator(decimfmtAffixValueComparator);
5368 return hTable;
5376 Hashtable* hTable;
5377 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
5382 delete hTable;
5385 hTable->setValueComparator(decimfmtAffixPatternValueComparator);
5386 return hTable;