Home | History | Annotate | Download | only in cintltst

Lines Matching refs:CHUNK_SIZE

1962 /* CHUNK_SIZE defined in common\ucnv.c: */
1963 #define CHUNK_SIZE 1024
1996 char char_in[CHUNK_SIZE+32];
1997 char char_out[CHUNK_SIZE*2];
2017 memcpy(char_in + (CHUNK_SIZE - i), test_seq, test_seq_len);
2111 char char_in[CHUNK_SIZE*4];
2133 * bug2: size is 0x2805 (CHUNK_SIZE*2+5 - maybe 5 is the size of the overflow buffer
2134 * in the converter?), should be CHUNK_SIZE*4
2175 UChar pivotBuffer[CHUNK_SIZE];
2179 char targetBuffer[CHUNK_SIZE];
2190 if(chunkSize>CHUNK_SIZE) {
2191 chunkSize=CHUNK_SIZE;