Home | History | Annotate | Download | only in toolutil

Lines Matching refs:FILE

6  *   file name:  ucm.h
14 * Definitions for the .ucm file parser and handler module ucm.c.
48 * same values as in the source file after |
62 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
166 * Read a table from a .ucm file, from after the CHARMAP line to
184 * This is the case where base and extension tables are parsed from a single file
186 * or when delta file mappings are subtracted from a base table.
188 * When a base table cannot be modified because a delta file is parsed in makeconv,
199 * For both tables in the same file, the extension table is automatically
201 * For separate files, the extension file can use a complete mapping table (.ucm file),
230 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode);
233 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f);