Home | History | Annotate | Download | only in toolutil

Lines Matching refs:ucm

8  *   file name:  ucm.h
16 * Definitions for the .ucm file parser and handler module ucm.c.
65 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
66 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
125 ucm_close(UCMFile *ucm);
128 ucm_parseHeaderLine(UCMFile *ucm,
140 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
146 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
169 * Read a table from a .ucm file, from after the CHARMAP line to
173 ucm_readTable(UCMFile *ucm, FileStream* convFile,
204 * For separate files, the extension file can use a complete mapping table (.ucm file),
295 ucm_separateMappings(UCMFile *ucm, UBool isSISO);