Home | History | Annotate | Download | only in gencnval

Lines Matching defs:in

23 *   is written in such a way that a 2.0 reader will be able to use it,
109 uint16_t totalAliasCount; /* Total aliases in this column */
120 uint16_t totalAliasCount; /* Total aliases in this row */
160 parseFile(FileStream *in);
227 FileStream *in;
240 "error in command line argument \"%s\"\n",
293 in=T_FileStream_open(path, "r");
294 if(in==NULL) {
298 parseFile(in);
299 T_FileStream_close(in);
332 parseFile(FileStream *in) {
351 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
558 /* allocate a new entry in the tag table */
613 /* allocate a new entry in the tag table */
698 fprintf(stderr, "warning(line %d): alias %s contains a \""UCNV_OPTION_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
703 fprintf(stderr, "warning(line %d): alias %s contains an \""UCNV_VALUE_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
719 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
827 /* Do the leftovers last, just in case */
994 /* write the offsets of all the aliases lists in a 2D array, and create the lists. */