OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocateInsteadAndCopy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
cmemory.h
148
inline T *
allocateInsteadAndCopy
(int32_t newCapacity=1, int32_t length=0);
175
inline T *LocalMemory<T>::
allocateInsteadAndCopy
(int32_t newCapacity, int32_t length) {
/external/icu4c/common/
cmemory.h
195
inline T *
allocateInsteadAndCopy
(int32_t newCapacity=1, int32_t length=0);
222
inline T *LocalMemory<T>::
allocateInsteadAndCopy
(int32_t newCapacity, int32_t length) {
Completed in 665 milliseconds