Home
last modified time | relevance | path

Searched refs:_clone_ptr (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp766 static void _clone_ptr(T** pdest, const T* source) { in _clone_ptr() function
790 _clone_ptr(&fCurrencyChoice, rhs.fCurrencyChoice); in operator =()
816 _clone_ptr(&fCurrencyPluralInfo, rhs.fCurrencyPluralInfo); in operator =()
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp745 static void _clone_ptr(T** pdest, const T* source) { in _clone_ptr() function
769 _clone_ptr(&fCurrencyChoice, rhs.fCurrencyChoice); in operator =()
796 _clone_ptr(&fCurrencyPluralInfo, rhs.fCurrencyPluralInfo); in operator =()