Searched defs:LocalPointer (Results 1 – 8 of 8) sorted by relevance
214 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function238 explicit LocalPointer(std::unique_ptr<T> &&p) in LocalPointer() function
81 template class U_I18N_API LocalPointer<ComplexUnitsConverter>; variable
30 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
30 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable