Home | History | Annotate | Download | only in icuswap

Lines Matching defs:in

106     FILE *in, *out;
121 fprintf(stderr, "Warning: icuswap is an obsolete tool and it will be removed in the next ICU release.\nPlease use the icupkg tool instead.\n");
163 in=out=NULL;
167 in=fopen(argv[1], "rb");
168 if(in==NULL) {
174 length=fileSize(in);
197 if(length!=(int32_t)fread(data, 1, length, in)) {
203 fclose(in);
204 in=NULL;
206 /* swap the data in-place */
275 if(in!=NULL) {
276 fclose(in);
383 * Extract the package names from the in/out filenames.
473 /* keep offset and itemLength in case we allocate and copy the strings below */
507 * pseudo-in-place swapping.
509 * We cannot swap in-place because:
511 * 1. If the swapping of an item fails mid-way, then in
517 * This requires a permutation and is best done with separate in/out
587 * Note: Before sorting, the inOffset values were in order.
588 * Now the outOffset values are in order.
633 /* copy the data from the temporary buffer to the in-place buffer */