Searched refs:U_CNV_SAFECLONE_BUFFERSIZE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dconverttest.cpp50 char buf[U_CNV_SAFECLONE_BUFFERSIZE];
51 int32_t bufSize = U_CNV_SAFECLONE_BUFFERSIZE;
/external/icu/icu4c/source/test/threadtest/
H A Dconverttest.cpp50 char buf[U_CNV_SAFECLONE_BUFFERSIZE];
51 int32_t bufSize = U_CNV_SAFECLONE_BUFFERSIZE;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h503 * 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 macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h503 * 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 macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c1682 U_CNV_SAFECLONE_BUFFERSIZE,
1688 uint8_t buffer[3] [U_CNV_SAFECLONE_BUFFERSIZE];
1714 bufferSize = U_CNV_SAFECLONE_BUFFERSIZE;
1742 if (U_CNV_SAFECLONE_BUFFERSIZE < bufferSize)
1766 bufferSize = U_CNV_SAFECLONE_BUFFERSIZE;
1881 log_verbose("ucnv_safeClone(): sizeof(UConverter)=%lu max preflighted clone size=%d (%s) U_CNV_SAFECLONE_BUFFERSIZE=%d\n",
1882 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
1883 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) {
1884 log_err("ucnv_safeClone(): max preflighted clone size=%d (%s) is larger than U_CNV_SAFECLONE_BUFFERSIZE=%d\n",
1885 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1686 U_CNV_SAFECLONE_BUFFERSIZE,
1692 uint8_t buffer[3] [U_CNV_SAFECLONE_BUFFERSIZE];
1718 bufferSize = U_CNV_SAFECLONE_BUFFERSIZE;
1746 if (U_CNV_SAFECLONE_BUFFERSIZE < bufferSize)
1770 bufferSize = U_CNV_SAFECLONE_BUFFERSIZE;
1885 log_verbose("ucnv_safeClone(): sizeof(UConverter)=%lu max preflighted clone size=%d (%s) U_CNV_SAFECLONE_BUFFERSIZE=%d\n",
1886 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
1887 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) {
1888 log_err("ucnv_safeClone(): max preflighted clone size=%d (%s) is larger than U_CNV_SAFECLONE_BUFFERSIZE=%d\n",
1889 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c486 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
/external/icu/icu4c/source/common/
H A Ducnv.c486 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];

Completed in 247 milliseconds