Searched refs:curTable (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_L_C_.py81 curTable = curStrike.bitmapSizeTable
82 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart1, data, curTable)
85 vars(curTable)[metric] = metricObj
87 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart2, data, curTable)
90 curTable = curStrike.bitmapSizeTable
91 for subtableIndex in range(curTable.numberOfIndexSubTables):
92 lowerBound = curTable.indexSubTableArrayOffset + subtableIndex * indexSubTableArraySize
98 offsetToIndexSubTable = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable
158 curTable = curStrike.bitmapSizeTable
159 curTable
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_L_C_.py81 curTable = curStrike.bitmapSizeTable
82 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart1, data, curTable)
85 vars(curTable)[metric] = metricObj
87 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart2, data, curTable)
90 curTable = curStrike.bitmapSizeTable
91 for subtableIndex in range(curTable.numberOfIndexSubTables):
92 lowerBound = curTable.indexSubTableArrayOffset + subtableIndex * indexSubTableArraySize
98 offsetToIndexSubTable = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable
158 curTable = curStrike.bitmapSizeTable
159 curTable
[all...]
/external/iptables/iptables/
H A Diptables-xml.c87 static char curTable[XT_TABLE_MAXNAMELEN + 1]; variable
326 if (curTable[0])
328 curTable[0] = 0;
336 strncpy(curTable, table, XT_TABLE_MAXNAMELEN);
337 curTable[XT_TABLE_MAXNAMELEN] = '\0';
340 xmlAttrS("name", curTable);
596 //xmlAttrS("table",curTable); // not needed in full mode
684 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
703 } else if ((buffer[0] == ':') && (curTable[0])) {
734 } else if (curTable[
[all...]

Completed in 94 milliseconds