Searched refs:copyHash (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | currpinf.h | 227 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
D | tmutfmt.h | 229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
D | dtitvinf.h | 495 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
/external/icu/icu4c/source/i18n/ |
D | currpinf.cpp | 98 copyHash(info.fPluralCountToCurrencyUnitPattern, in operator =() 375 CurrencyPluralInfo::copyHash(const Hashtable* source, in copyHash() function in CurrencyPluralInfo
|
D | tmutfmt.cpp | 120 copyHash(other.fTimeUnitToCountToPatterns[i], fTimeUnitToCountToPatterns[i], status); in TimeUnitFormat() 163 copyHash(other.fTimeUnitToCountToPatterns[i], fTimeUnitToCountToPatterns[i], status); in operator =() 711 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) { in copyHash() function in TimeUnitFormat
|
D | dtitvinf.cpp | 142 copyHash(dtitvinf.fIntervalPatterns, fIntervalPatterns, status); in operator =() 758 DateIntervalInfo::copyHash(const Hashtable* source, in copyHash() function in DateIntervalInfo
|