Searched refs:copyHash (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dcurrpinf.h224 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
H A Ddtitvinf.h487 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
H A Dtmutfmt.h225 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
/external/icu/icu4c/source/i18n/
H A Dcurrpinf.cpp96 copyHash(info.fPluralCountToCurrencyUnitPattern,
373 CurrencyPluralInfo::copyHash(const Hashtable* source, function in class:CurrencyPluralInfo
H A Ddtitvinf.cpp140 copyHash(dtitvinf.fIntervalPatterns, fIntervalPatterns, status);
648 DateIntervalInfo::copyHash(const Hashtable* source, function in class:DateIntervalInfo
H A Dtmutfmt.cpp117 copyHash(other.fTimeUnitToCountToPatterns[i], fTimeUnitToCountToPatterns[i], status);
160 copyHash(other.fTimeUnitToCountToPatterns[i], fTimeUnitToCountToPatterns[i], status);
706 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) { function in class:TimeUnitFormat

Completed in 496 milliseconds