Home | History | Annotate | Download | only in cintltst

Lines Matching defs:CHUNK_SIZE

1925 /* CHUNK_SIZE defined in common\ucnv.c: */
1926 #define CHUNK_SIZE 1024
1959 char char_in[CHUNK_SIZE+32];
1960 char char_out[CHUNK_SIZE*2];
1980 memcpy(char_in + (CHUNK_SIZE - i), test_seq, test_seq_len);
2079 char char_in[CHUNK_SIZE*4];
2101 * bug2: size is 0x2805 (CHUNK_SIZE*2+5 - maybe 5 is the size of the overflow buffer
2102 * in the converter?), should be CHUNK_SIZE*4
2143 UChar pivotBuffer[CHUNK_SIZE];
2147 char targetBuffer[CHUNK_SIZE];
2158 if(chunkSize>CHUNK_SIZE) {
2159 chunkSize=CHUNK_SIZE;