Lines Matching full:base
91 * With only roundtrip mappings in the base fromUnicode data, this part is fully
117 * Files that contain only a conversion table and no base table
119 * These contain the base table name between the MBCS header and the extension
1379 /* extension-only file, load the base table and set values appropriately */
1387 /* an extension table must not be loaded as a base table */
1392 /* load the base table */
1400 /* TODO parse package name out of the prefix of the base name in the extension .cnv file? */
1430 /* copy the base table data */
1438 * It would be possible to share the swapLFNL data with a base converter,
1449 * The reconstitutedData must be deleted only when the base converter
1456 * is a DBCS version of a base converter that also maps single bytes.
1463 /* the base converter is SI/SO-stateful */
1482 /* non-stateful base converter, need to modify the state table */
1487 /* allocate a new state table and copy the base state table contents */
1520 * unlike below for files with base tables, do not get the unicodeMask
1521 * from the sharedData; instead, use the base table's unicodeMask,
1524 * the UCNV_HAS_SUPPLEMENTARY flag, is part of the base table data
1527 /* conversion file with a base table; an additional extension table is optional */
1643 /* Set the impl pointer here so that it is set for both extension-only and base tables. */