Home | History | Annotate | Download | only in utfperf

Lines Matching refs:intermediate

37 static char intermediate[OUTPUT_CAPACITY];
180 pInterLimit=intermediate+testcase.chunkLength;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
187 pInter=intermediate;
189 encodedLength+=(int32_t)(pInter-intermediate);
200 /* convert the block [intermediate..pInter[ back to UTF-16 */
201 p=intermediate;
206 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
241 pInterLimit=intermediate+testcase.chunkLength;
246 pInter=intermediate;
248 encodedLength+=(int32_t)(pInter-intermediate);
296 pInterLimit=intermediate+testcase.chunkLength;
304 pInter=intermediate;
310 encodedLength+=(int32_t)(pInter-intermediate);