HomeSort by relevance Sort by last modified time
    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