Searched refs:U_CNV_SAFECLONE_BUFFERSIZE (Results 1 – 3 of 3) sorted by relevance
1682 U_CNV_SAFECLONE_BUFFERSIZE, in TestConvertSafeClone()1688 uint8_t buffer[3] [U_CNV_SAFECLONE_BUFFERSIZE]; in TestConvertSafeClone()1714 bufferSize = U_CNV_SAFECLONE_BUFFERSIZE; in TestConvertSafeClone()1742 if (U_CNV_SAFECLONE_BUFFERSIZE < bufferSize) in TestConvertSafeClone()1766 bufferSize = U_CNV_SAFECLONE_BUFFERSIZE; in TestConvertSafeClone()1882 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()1883 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) { in TestConvertSafeClone()1885 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
553 #define U_CNV_SAFECLONE_BUFFERSIZE 1024 macro
476 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1]; in ucnv_setSubstString()