OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clonebuffer
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/common/
ucnv.c
476
UAlignedMemory
cloneBuffer
[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
484
cloneSize = sizeof(
cloneBuffer
);
485
clone = ucnv_safeClone(cnv,
cloneBuffer
, &cloneSize, err);
[
all
...]
Completed in 685 milliseconds