Home | History | Annotate | Download | only in i18n

Lines Matching refs:hTable

4489     Hashtable* hTable;
4490 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
4494 hTable->setValueComparator(decimfmtAffixValueComparator);
4495 return hTable;
4503 Hashtable* hTable;
4504 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
4508 hTable->setValueComparator(decimfmtAffixPatternValueComparator);
4509 return hTable;