OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneArrayIfNeeded
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/
unistr_case.cpp
126
if (!
cloneArrayIfNeeded
(US_STACKBUF_SIZE, US_STACKBUF_SIZE, /* doCopyArray= */ FALSE)) {
171
if (newLength > oldLength && !
cloneArrayIfNeeded
(newLength, newLength)) {
195
// In addition, we are forcing
cloneArrayIfNeeded
() to always allocate a new array.
197
if (!
cloneArrayIfNeeded
(newLength, newLength, FALSE, &bufferToDelete, TRUE)) {
unistr_cnv.cpp
325
if(
cloneArrayIfNeeded
(dataLength, dataLength, FALSE)) {
384
if(!
cloneArrayIfNeeded
(arraySize, arraySize, doCopyArray)) {
unistr.cpp
273
if(
cloneArrayIfNeeded
(length, length, FALSE)) {
[
all
...]
/external/icu/icu4c/source/common/unicode/
unistr.h
[
all
...]
Completed in 735 milliseconds