Home | History | Annotate | Download | only in cintltst

Lines Matching refs:U_CNV_SAFECLONE_BUFFERSIZE

1682         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);