Lines Matching defs:chars
543 int *chars = NULL;
597 if (startswith(l, "CHARS"))
857 if (chars != NULL)
858 free(chars);
859 chars = zmalloc(j * sizeof(int));
860 memset(chars, 0, j * sizeof(int));
863 chars[k++] = i;
865 qsort(chars, j, sizeof(int), chars_compare);
870 ucs = da_fetch_int(map, chars[i]);
993 fprintf(fout_fp, "CHARS %d\n", j);
997 ucs = da_fetch_int(map, chars[i]);
1000 fprintf(fout_fp, "ENCODING %d\n", chars[i]);