Home | History | Annotate | Download | only in makeconv

Lines Matching full:base

341             /* Changed to ignore directory and only compare base name
502 * For delta (extension-only) tables, copy values from the base file
551 /* return TRUE if a base table was read, FALSE for an extension table */
588 /* read the base table */
611 fprintf(stderr, "unexpected text after the base mapping table\n");
618 if(data->ucm->base->flagsType==UCM_FLAGS_MIXED || data->ucm->ext->flagsType==UCM_FLAGS_MIXED) {
650 * Build a normal .cnv file with a base table
671 !ucm_checkBaseExt(states, data->ucm->base, data->ucm->ext, data->ucm->ext, FALSE)
674 } else if(data->ucm->base->flagsType&UCM_FLAGS_EXPLICIT) {
676 ucm_sortTable(data->ucm->base);
681 /* add the base table after ucm_checkBaseExt()! */
682 !data->cnvData->addTable(data->cnvData, data->ucm->base, &data->staticData)
688 * if they fit into the base toUnicode table but not into the
689 * base fromUnicode table.
694 * the base fromUnicode table.
696 ucm_moveMappings(data->ucm->base, data->ucm->ext);
724 /* read the base table */
729 fprintf(stderr, "error: the <icu:base> file \"%s\" is not a base table file\n", baseFilename);
763 for(m=baseData.ucm->base->mappings, mLimit=m+baseData.ucm->base->mappingsLength;
791 !ucm_checkBaseExt(baseStates, baseData.ucm->base, data->ucm->ext, data->ucm->ext, FALSE)
797 * When building a normal .cnv file with a base table
801 * They fit into the base toUnicode table but not into the
802 * base fromUnicode table.
816 for(m=baseData.ucm->base->mappings, mLimit=m+baseData.ucm->base->mappingsLength;
828 ucm_moveMappings(baseData.ucm->base, data->ucm->ext);