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

  /external/icu4c/i18n/
currpinf.cpp 336 CurrencyPluralInfo::deleteHash(Hashtable* hTable)
338 if ( hTable == NULL ) {
343 while ( (element = hTable->nextElement(pos)) != NULL ) {
348 delete hTable;
349 hTable = NULL;
358 Hashtable* hTable;
359 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
364 delete hTable;
367 hTable->setValueComparator(ValueComparator);
368 return hTable;
    [all...]
dtitvinf.cpp 584 DateIntervalInfo::deleteHash(Hashtable* hTable)
586 if ( hTable == NULL ) {
591 while ( (element = hTable->nextElement(pos)) != NULL ) {
631 Hashtable* hTable;
632 if ( (hTable = new Hashtable(FALSE, status)) == NULL ) {
637 delete hTable;
640 hTable->setValueComparator(dtitvinfHashTableValueComparator);
641 return hTable;
tmutfmt.cpp 791 TimeUnitFormat::deleteHash(Hashtable* htable) {
794 if ( htable ) {
795 while ( (element = htable->nextElement(pos)) != NULL ) {
804 delete htable;
    [all...]
decimfmt.cpp     [all...]

Completed in 98 milliseconds