Home | History | Annotate | Download | only in thaitest

Lines Matching refs:FILE

22  * This program takes a Unicode text file containing Thai text with
107 // reads the input Unicode text file:
108 // fileName - the path name of the file
109 // charCount - set to the number of UChars read from the file
302 * Read the text from a file. The text must start with a Unicode Byte
307 FILE *f;
395 * Generate a text file with spaces in it from a file without.
435 * The main routine. Read the command line arguments, read the text file,
460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]);