Home | History | Annotate | Download | only in toolutil

Lines Matching refs:ucm

6  *   file name:  ucm.h
14 * Definitions for the .ucm file parser and handler module ucm.c.
62 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
122 ucm_close(UCMFile *ucm);
125 ucm_parseHeaderLine(UCMFile *ucm,
137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
166 * Read a table from a .ucm file, from after the CHARMAP line to
170 ucm_readTable(UCMFile *ucm, FileStream* convFile,
201 * For separate files, the extension file can use a complete mapping table (.ucm file),
292 ucm_separateMappings(UCMFile *ucm, UBool isSISO);