Home
last modified time | relevance | path

Searched defs:LocalPointer (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dlocalpointer.h214 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function
238 explicit LocalPointer(std::unique_ptr<T> &&p) in LocalPointer() function
/external/icu/libicu/cts_headers/unicode/
Dlocalpointer.h214 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function
238 explicit LocalPointer(std::unique_ptr<T> &&p) in LocalPointer() function
/external/icu/icu4c/source/i18n/
Dnumber_usageprefs.h81 template class U_I18N_API LocalPointer<ComplexUnitsConverter>; variable
Dnumber_patternmodifier.h30 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
Dnumber_decimfmtprops.h30 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable
/external/icu/libicu/cts_headers/
Dnumber_usageprefs.h81 template class U_I18N_API LocalPointer<ComplexUnitsConverter>; variable
Dnumber_patternmodifier.h30 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
Dnumber_decimfmtprops.h30 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable