Searched refs:cmap1 (Results 1 – 2 of 2) sorted by relevance
73 cmap1 = {0x2603: 'SNOWMAN'}74 table1.tables = [self.makeSubtable(4,3,1, cmap1)]85 expectedCmap.update(cmap1)87 expectedCmapExtended.update(cmap1)100 cmap1 = {0x20: 'space#0', 0xA0: 'space#0'}101 table1.tables = [self.makeSubtable(4,3,1,cmap1)]108 expectedCmap = cmap1.copy()
372 Map cmap1 = getMethodMap(conss1); in compare() local392 Map diffConss = diffMethodMaps(cmap2, cmap1); in compare()