Searched defs:LocalMemory (Results 1 – 2 of 2) sorted by relevance
26 template class U_I18N_API LocalMemory<int32_t>; variable
148 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() function