HomeSort by relevance Sort by last modified time
    Searched refs:U_CNV_SAFECLONE_BUFFERSIZE (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/unicode/
ucnv.h 503 * with at least U_CNV_SAFECLONE_BUFFERSIZE bytes of space.
506 * the actual size. (This should not occur with U_CNV_SAFECLONE_BUFFERSIZE.)
527 * Clients can use the U_CNV_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
548 * \def U_CNV_SAFECLONE_BUFFERSIZE
553 #define U_CNV_SAFECLONE_BUFFERSIZE 1024
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/common/
ucnv.c 476 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]

Completed in 171 milliseconds