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 505 * with at least U_CNV_SAFECLONE_BUFFERSIZE bytes of space.
508 * the actual size. (This should not occur with U_CNV_SAFECLONE_BUFFERSIZE.)
529 * Clients can use the U_CNV_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
550 * \def U_CNV_SAFECLONE_BUFFERSIZE
555 #define U_CNV_SAFECLONE_BUFFERSIZE 1024
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/common/
ucnv.cpp 478 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]

Completed in 92 milliseconds