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

  /external/chromium_org/third_party/icu/source/test/threadtest/
converttest.cpp 50 char buf[U_CNV_SAFECLONE_BUFFERSIZE];
51 int32_t bufSize = U_CNV_SAFECLONE_BUFFERSIZE;
  /external/icu4c/test/threadtest/
converttest.cpp 50 char buf[U_CNV_SAFECLONE_BUFFERSIZE];
51 int32_t bufSize = U_CNV_SAFECLONE_BUFFERSIZE;
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 465 * with at least U_CNV_SAFECLONE_BUFFERSIZE bytes of space.
468 * the actual size. (This should not occur with U_CNV_SAFECLONE_BUFFERSIZE.)
488 * Clients can use the U_CNV_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
506 * \def U_CNV_SAFECLONE_BUFFERSIZE
511 #define U_CNV_SAFECLONE_BUFFERSIZE 1024
    [all...]
  /external/icu4c/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.)
526 * Clients can use the U_CNV_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
544 * \def U_CNV_SAFECLONE_BUFFERSIZE
549 #define U_CNV_SAFECLONE_BUFFERSIZE 1024
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv.c 476 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]
  /external/icu4c/common/
ucnv.c 478 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]

Completed in 1423 milliseconds