Home | History | Annotate | Download | only in cintltst

Lines Matching defs:CHUNK_SIZE

1922 /* CHUNK_SIZE defined in common\ucnv.c: */
1923 #define CHUNK_SIZE 1024
1956 char char_in[CHUNK_SIZE+32];
1957 char char_out[CHUNK_SIZE*2];
1977 memcpy(char_in + (CHUNK_SIZE - i), test_seq, test_seq_len);
2071 char char_in[CHUNK_SIZE*4];
2093 * bug2: size is 0x2805 (CHUNK_SIZE*2+5 - maybe 5 is the size of the overflow buffer
2094 * in the converter?), should be CHUNK_SIZE*4
2135 UChar pivotBuffer[CHUNK_SIZE];
2139 char targetBuffer[CHUNK_SIZE];
2150 if(chunkSize>CHUNK_SIZE) {
2151 chunkSize=CHUNK_SIZE;