Lines Matching refs:table
46 * according to the state table
129 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */
136 /* add a mapping to the base or extension table as appropriate */
151 ucm_closeTable(UCMTable *table);
154 ucm_resetTable(UCMTable *table);
160 * Remove mappings with their move flag set from the base table
161 * and move some of them (with UCM_MOVE_TO_EXT) to the extension table.
167 * Read a table from a .ucm file, from after the CHARMAP line to
176 * Check the validity of mappings against a base table's states;
183 * Check a base table against an extension table.
187 * or when delta file mappings are subtracted from a base table.
189 * When a base table cannot be modified because a delta file is parsed in makeconv,
192 * if(intersectBase) then mappings that exist in the base table but not in
193 * the extension table are moved to moveTarget instead of showing an error.
196 * If intersectBase==2 for a DBCS extension table, then SBCS mappings are
200 * For both tables in the same file, the extension table is automatically
202 * For separate files, the extension file can use a complete mapping table (.ucm file),
208 * If intersectBase is TRUE and the base table contains a mapping
209 * that does not exist in the extension table, then this mapping is moved
214 * If the base table contains a mapping for which the input sequence is
219 * If the base table contains a mapping for which the input sequence is
221 * - if moveTarget!=NULL: move the base mapping to the moveTarget table
231 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode);
234 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f);
258 ucm_addMapping(UCMTable *table,